Ignore:
Timestamp:
Jan 8, 2021, 12:31:24 AM (5 years ago)
Author:
David Azarewicz
Message:

Fixed more warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-next/lib32/misc.c

    r638 r639  
    741741{
    742742        filp->f_mode &= ~(FMODE_LSEEK | FMODE_PREAD | FMODE_PWRITE | FMODE_ATOMIC_POS);
    743         filp->f_mode |= FMODE_STREAM;
     743        //DAZ f_mode is 16 bit so FMODE_STREAM doesn't fit, but we don't use this on OS/2.
     744        //filp->f_mode |= FMODE_STREAM;
    744745        return 0;
    745746}
Note: See TracChangeset for help on using the changeset viewer.