Ignore:
Timestamp:
Mar 28, 2018, 11:39:02 PM (7 years ago)
Author:
bird
Message:

winchildren: fixed typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/w32/winchildren.c

    r3200 r3202  
    10231023                        || !pChild->pMkChild->file
    10241024                        || !pChild->pMkChild->file->name)
    1025                         MkWinChildError(NULL, 0, "Pid %u ('%s') still running after %u seconds\n",
     1025                        MkWinChildError(NULL, 0, "Pid %u ('%ls') still running after %u seconds\n",
    10261026                                        GetProcessId(hProcess), pwszJob, (msNow - msStart) / 1000);
    10271027                    else
Note: See TracChangeset for help on using the changeset viewer.