Changeset 1880 for trunk/dll/walkem.c


Ignore:
Timestamp:
Oct 12, 2015, 8:26:16 PM (10 years ago)
Author:
Gregg Young
Message:

Remove dead code and comments from remaining c files. #if 0 and #if NEVER were not addressed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/walkem.c

    r1877 r1880  
    10211021        APIRET rc;
    10221022
    1023         // *szBuffer = 0;
    1024         // WinQueryDlgItemText(hwnd,WALK_RECENT,CCHMAXPATH,szBuffer);
    10251023        if (!*szBuffer)
    10261024          break;
     
    11551153          strcpy(szBuff, wa->szCurrentPath);
    11561154          AddBackslashToPath(szBuff);
    1157           //if (szBuff[strlen(szBuff) - 1] != '\\')
    1158           //  strcat(szBuff, "\\");
    11591155          strcat(szBuff, szBuffer);
    11601156          MakeFullName(szBuff);
     
    15441540          strcpy(szBuff, wa->szCurrentPath1);
    15451541          AddBackslashToPath(szBuff);
    1546           //if (szBuff[strlen(szBuff) - 1] != '\\')
    1547           //  strcat(szBuff, "\\");
    15481542          strcat(szBuff, szBuffer);
    15491543          MakeFullName(szBuff);
     
    16101604          strcpy(szBuff, wa->szCurrentPath2);
    16111605          AddBackslashToPath(szBuff);
    1612           //if (szBuff[strlen(szBuff) - 1] != '\\')
    1613           //  strcat(szBuff, "\\");
    16141606          strcat(szBuff, szBuffer);
    16151607          MakeFullName(szBuff);
Note: See TracChangeset for help on using the changeset viewer.