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

    r1400 r1402  
    2929  07 Feb 09 GKY Move repeated strings to PCSZs.
    3030  08 Mar 09 GKY Renamed commafmt.h i18nutil.h
     31  08 Mar 09 GKY Removed variable aurguments from docopyf and unlinkf (not used)
    3132
    3233***********************************************************************/
     
    329330      else if (!sMax) {
    330331        BldFullPathName(szBuffer, pFM2SaveDirectory, PCSZ_PATTERNSDAT);
    331         unlinkf("%s", szBuffer);
     332        unlinkf(szBuffer);
    332333      }
    333334    }
     
    690691      else if (!sMax) {
    691692        BldFullPathName(szBuffer, pFM2SaveDirectory, PCSZ_PATTERNSDAT);
    692         unlinkf("%s", szBuffer);
     693        unlinkf(szBuffer);
    693694      }
    694695    }
Note: See TracChangeset for help on using the changeset viewer.