Changeset 1438 for trunk/dll/draglist.c


Ignore:
Timestamp:
Jun 28, 2009, 10:47:00 PM (16 years ago)
Author:
Gregg Young
Message:

Improved drivebar changes; Added AddBackslashToPath() to remove repeatative code. replaced "
" with PCSZ variable; ANY_OBJ added the DosAlloc... (experimental)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/draglist.c

    r1402 r1438  
    152152        p++;
    153153        strcpy(szFile, p);
    154         strcat(szDir, "\\");
     154        strcat(szDir, PCSZ_BACKSLASH);
    155155      }
    156156      else {
     
    809809          p++;
    810810          strcpy(szFile, p);
    811           strcat(szDir, "\\");
     811          strcat(szDir, PCSZ_BACKSLASH);
    812812        }
    813813        else {
Note: See TracChangeset for help on using the changeset viewer.