Changeset 1321 for trunk/dll/walkem.c
- Timestamp:
- Dec 7, 2008, 2:48:06 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/dll/walkem.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/walkem.c
r1228 r1321 1117 1117 APIRET rc; 1118 1118 1119 rc = DosQCurDir(toupper(*szBuffer) - '@', &szBuff[3], &ulDirLen);1119 rc = DosQCurDir(toupper(*szBuffer) - '@', (PBYTE)&szBuff[3], &ulDirLen); 1120 1120 if (!rc) { 1121 1121 strcpy(wa->szCurrentPath, "C:\\"); … … 1515 1515 APIRET rc; 1516 1516 1517 rc = DosQCurDir(toupper(*szBuffer) - '@', &szBuff[3], &ulDirLen);1517 rc = DosQCurDir(toupper(*szBuffer) - '@', (PBYTE)&szBuff[3], &ulDirLen); 1518 1518 if (!rc) { 1519 1519 strcpy(wa->szCurrentPath1, "C:\\"); … … 1580 1580 APIRET rc; 1581 1581 1582 rc = DosQCurDir(toupper(*szBuffer) - '@', &szBuff[3], &ulDirLen);1582 rc = DosQCurDir(toupper(*szBuffer) - '@', (PBYTE)&szBuff[3], &ulDirLen); 1583 1583 if (!rc) { 1584 1584 strcpy(wa->szCurrentPath2, "C:\\");
Note:
See TracChangeset
for help on using the changeset viewer.
