Changeset 3014 for branches/libc-0.6/src/emx
- Timestamp:
- Apr 7, 2007, 6:53:35 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/src/lib/sys/b_fsDirCurrentSet.c
r2323 r3014 73 73 */ 74 74 FS_VAR_SAVE_LOAD(); 75 intrc = DosSetCurrentDir((PCSZ)&szNativePath[0]);75 rc = DosSetCurrentDir((PCSZ)&szNativePath[0]); 76 76 if (!rc) 77 77 {
Note:
See TracChangeset
for help on using the changeset viewer.