Changeset 3015 for trunk


Ignore:
Timestamp:
Apr 7, 2007, 6:54:08 AM (18 years ago)
Author:
bird
Message:

Fixed chdir failure hiding. Fixes #143.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/src/kNIX/os2/b_fsDirCurrentSet.c

    r2929 r3015  
    6464         */
    6565        FS_VAR_SAVE_LOAD();
    66         int rc = DosSetCurrentDir((PCSZ)&szNativePath[0]);
     66        rc = DosSetCurrentDir((PCSZ)&szNativePath[0]);
    6767        if (!rc)
    6868        {
Note: See TracChangeset for help on using the changeset viewer.