Changeset 1402 for trunk/dll/getnames.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/getnames.c

    r1398 r1402  
    1111  23 Aug 06 SHL Comments
    1212  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
     13  08 Mar 09 GKY Removed variable aurguments from docopyf and unlinkf (not used)
    1314
    1415***********************************************************************/
     
    389390                 filename,
    390391                 GetPString(IDS_EXISTSERASETEXT), filename) == MBID_YES)
    391         unlinkf("%s", filename);
     392        unlinkf(filename);
    392393    }
    393394  }
Note: See TracChangeset for help on using the changeset viewer.