Changeset 1400 for trunk/dll/walkem.c


Ignore:
Timestamp:
Mar 8, 2009, 6:50:25 PM (16 years ago)
Author:
Gregg Young
Message:

Remainder of changes to rename commafmt.h/c (Ticket 28, 82); Additional strings moved to PCSZs in init.c (Ticket 6); Added WriteDetailsSwitches used it and LoadDetailsSwitches to consolidate inline code (Ticket 343, 344)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/walkem.c

    r1398 r1400  
    10411041        if (rc)
    10421042          Dos_Error(MB_CANCEL, rc, hwnd, pszSrcFile, __LINE__,
    1043                     "xDosFindFirst");
     1043                    "DosFindFirst");
    10441044        else if (~findbuf.attrFile & FILE_DIRECTORY)
    10451045          Runtime_Error(pszSrcFile, __LINE__, "not a directory");
     
    10901090        if (rc)
    10911091          Dos_Error(MB_CANCEL, rc, hwnd, pszSrcFile, __LINE__,
    1092                     "xDosFindFirst");
     1092                    "DosFindFirst");
    10931093        else if (~findbuf.attrFile & FILE_DIRECTORY)
    10941094          Runtime_Error(pszSrcFile, __LINE__, "not a directory");
Note: See TracChangeset for help on using the changeset viewer.