Changeset 1402 for trunk/dll/objcnr.c


Ignore:
Timestamp:
Mar 14, 2009, 6:17:59 PM (16 years ago)
Author:
Gregg Young
Message:

Remove variable aurgs from docopy & unlinkf (not used); Move more strings to PCSZs and string table; Move PCSZs to compile time initialization; Fix hang on startup caused by a drive scan and a dircnr scan trying to update a drive in the tree at the same time (related to the "treeswitch options); Code cleanup mainly removal of old printfs, SayMsgs, DbgMsg and unneeded %s.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/objcnr.c

    r1398 r1402  
    2323  29 Feb 08 GKY Use xfree where appropriate
    2424  10 Dec 08 SHL Integrate exception handler support
     25  08 Mar 09 GKY Additional strings move to PCSZs
    2526
    2627***********************************************************************/
     
    121122                      MPFROMLONG(1));
    122123    if (!pciP) {
    123       Win_Error(hwndCnr, HWND_DESKTOP, pszSrcFile, __LINE__, "CM_ALLOCRECORD");
     124      Win_Error(hwndCnr, HWND_DESKTOP, pszSrcFile, __LINE__, PCSZ_CM_ALLOCRECORD);
    124125      free(pffbArray);
    125126      return;
Note: See TracChangeset for help on using the changeset viewer.