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

    r1398 r1402  
    192192        ret = DosQueryAppType(szCmdLine, &ulAppType);
    193193      BldQuotedFileName(pszNewCmdLine, szCmdLine);
    194       //printf("%d A", ret); fflush(stdout);
    195194      if (ret) {
    196195        ret = saymsg(MB_YESNO,
     
    252251          }
    253252        }
    254         //printf("%d", ret); fflush(stdout);
    255253      }
    256254      else {
     
    300298                break;
    301299            }
    302             //printf("%d %s\n", ret, szCmdLine); fflush(stdout);
    303300          }
    304301          strcpy(szCmdLine, pszCmdLine_);
     
    352349    FullPath = searchapath(PCSZ_PATH, szCmdLine);
    353350    BldQuotedFileName(pszNewCmdLine, szCmdLine);
    354     //printf("%d %s ", ret, szCmdLine); fflush(stdout);
    355351    if (!*FullPath) {
    356352      ret = saymsg(MB_YESNO,
Note: See TracChangeset for help on using the changeset viewer.