Changeset 1880 for trunk/dll/getnames.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/getnames.c

    r1673 r1880  
    185185            if (*szBuffer) {
    186186              AddBackslashToPath(szBuffer);
    187               //if (szBuffer[strlen(szBuffer) - 1] != '\\')
    188               //  strcat(szBuffer, "\\");
    189187              *szTemp = 0;
    190188              WinQueryDlgItemText(hwnd, 258, CCHMAXPATH, szTemp);
Note: See TracChangeset for help on using the changeset viewer.