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

    r1398 r1402  
    452452            saymsg(MB_CANCEL | MB_ICONEXCLAMATION, hwnd,
    453453                   GetPString(IDS_ERRORTEXT),
    454                    "%s", GetPString(IDS_CANTSTARTNETUSETEXT));
     454                   GetPString(IDS_CANTSTARTNETUSETEXT));
    455455          if (!mp2 || (ULONG) mp2 == 1041 || info->failedonce)
    456456            free(info);
     
    750750             HWND_DESKTOP,
    751751             GetPString(IDS_NOTICETITLETEXT),
    752              "%s", GetPString(IDS_REMAPNOTICETEXT));
     752             GetPString(IDS_REMAPNOTICETEXT));
    753753    }
    754754    free_resources();
Note: See TracChangeset for help on using the changeset viewer.