- Timestamp:
- Apr 7, 2007, 6:54:08 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libc/src/kNIX/os2/b_fsDirCurrentSet.c
r2929 r3015 64 64 */ 65 65 FS_VAR_SAVE_LOAD(); 66 intrc = DosSetCurrentDir((PCSZ)&szNativePath[0]);66 rc = DosSetCurrentDir((PCSZ)&szNativePath[0]); 67 67 if (!rc) 68 68 {
Note:
See TracChangeset
for help on using the changeset viewer.