Changeset 1300


Ignore:
Timestamp:
Mar 15, 2004, 4:37:59 PM (21 years ago)
Author:
bird
Message:

Typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/sys/__stat.c

    • Property cvs2svn:cvs-rev changed from 1.6 to 1.7
    r1299 r1300  
    9696        if (fLarge)
    9797        {
    98             pStat->st_size = info.fsf3L.cbFile;
     98            pStat->st_size = info.fsfs3L.cbFile;
    9999            pStat->st_blocks = info.fsts3L.cbFileAlloc / S_BLKSIZE;
    100100        }
Note: See TracChangeset for help on using the changeset viewer.