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

    r1398 r1402  
    12611261              eaop.fpFEA2List = pfealist;
    12621262              eaop.oError = 0;
    1263               // saymsg(MB_ENTER,HWND_DESKTOP,"Debug1","\"%s\" %ld",pdena->szName,ulEntry);
    1264               rc =
    1265                 DosQueryFileInfo(handle, FIL_QUERYEASFROMLIST, (PVOID) & eaop,
    1266                                  (ULONG) sizeof(EAOP2));
     1263              rc = DosQueryFileInfo(handle, FIL_QUERYEASFROMLIST, (PVOID) & eaop,
     1264                                    (ULONG) sizeof(EAOP2));
    12671265              if (rc) {
    12681266                if (!silentfail) {
     
    13431341              eaop.fpFEA2List = pfealist;
    13441342              eaop.oError = 0;
    1345               // saymsg(MB_ENTER,HWND_DESKTOP,"Debug2","\"%s\" %ld",pdena->szName,ulEntry);
    13461343              rc = DosQueryPathInfo(filename, FIL_QUERYEASFROMLIST,
    13471344                                    (PVOID) & eaop, (ULONG) sizeof(EAOP2));
Note: See TracChangeset for help on using the changeset viewer.