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

    r1398 r1402  
    2020  16 JUL 08 GKY Use TMP directory for temp files
    2121  10 Dec 08 SHL Integrate exception handler support
     22  08 Mar 09 GKY Removed variable aurguments from docopyf and unlinkf (not used)
    2223
    2324***********************************************************************/
     
    259260  WinSendDlgItemMsg(hwnd, KILL_LISTBOX, LM_DELETEALL, MPVOID, MPVOID);
    260261  BldFullPathName(s, pTmpDir, "$PSTAT#$.#$#");
    261   unlinkf("%s", s);
     262  unlinkf(s);
    262263  fp = fopen(s, "w");
    263264  if (!fp) {
Note: See TracChangeset for help on using the changeset viewer.