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

    r1398 r1402  
    2323  01 Sep 08 GKY Save toolbars immediately on change.
    2424  07 Feb 09 GKY Allow user to turn off alert and/or error beeps in settings notebook.
     25  08 Mar 09 GKY Removed variable aurguments from docopyf and unlinkf (not used)
    2526
    2627***********************************************************************/
     
    235236  }
    236237  if (!toolhead) {
    237     unlinkf("%s", filename);
     238    unlinkf(filename);
    238239    return;
    239240  }
Note: See TracChangeset for help on using the changeset viewer.