Changeset 1301


Ignore:
Timestamp:
Mar 15, 2004, 4:38:35 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.7 to 1.8
    r1300 r1301  
    9696        if (fLarge)
    9797        {
    98             pStat->st_size = info.fsfs3L.cbFile;
     98            pStat->st_size = info.fsts3L.cbFile;
    9999            pStat->st_blocks = info.fsts3L.cbFileAlloc / S_BLKSIZE;
    100100        }
Note: See TracChangeset for help on using the changeset viewer.