Changeset 1880 for trunk/dll/walkem.c
- Timestamp:
- Oct 12, 2015, 8:26:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/walkem.c
r1877 r1880 1021 1021 APIRET rc; 1022 1022 1023 // *szBuffer = 0;1024 // WinQueryDlgItemText(hwnd,WALK_RECENT,CCHMAXPATH,szBuffer);1025 1023 if (!*szBuffer) 1026 1024 break; … … 1155 1153 strcpy(szBuff, wa->szCurrentPath); 1156 1154 AddBackslashToPath(szBuff); 1157 //if (szBuff[strlen(szBuff) - 1] != '\\')1158 // strcat(szBuff, "\\");1159 1155 strcat(szBuff, szBuffer); 1160 1156 MakeFullName(szBuff); … … 1544 1540 strcpy(szBuff, wa->szCurrentPath1); 1545 1541 AddBackslashToPath(szBuff); 1546 //if (szBuff[strlen(szBuff) - 1] != '\\')1547 // strcat(szBuff, "\\");1548 1542 strcat(szBuff, szBuffer); 1549 1543 MakeFullName(szBuff); … … 1610 1604 strcpy(szBuff, wa->szCurrentPath2); 1611 1605 AddBackslashToPath(szBuff); 1612 //if (szBuff[strlen(szBuff) - 1] != '\\')1613 // strcat(szBuff, "\\");1614 1606 strcat(szBuff, szBuffer); 1615 1607 MakeFullName(szBuff);
Note:
See TracChangeset
for help on using the changeset viewer.