Changeset 2531


Ignore:
Timestamp:
Feb 5, 2006, 5:33:26 AM (20 years ago)
Author:
bird
Message:

#41: typo breaking fchmod().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/src/lib/sys/b_fsNativeFileModeSet.c

    r2525 r2531  
    165165            /* correct the passed in Mode mask. */
    166166            Mode &= ALLPERMS; /** @todo sticky bit and set uid/gid access validation... */
    167             Mode |= Mode & ~ALLPERMS;
     167            Mode |= CurMode & ~ALLPERMS;
    168168
    169169            /* construct FEA2 stuff. */
Note: See TracChangeset for help on using the changeset viewer.