Changeset 1301
- Timestamp:
- Mar 15, 2004, 4:38:35 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/sys/__stat.c
-
Property cvs2svn:cvs-rev
changed from
1.7
to1.8
r1300 r1301 96 96 if (fLarge) 97 97 { 98 pStat->st_size = info.fs fs3L.cbFile;98 pStat->st_size = info.fsts3L.cbFile; 99 99 pStat->st_blocks = info.fsts3L.cbFileAlloc / S_BLKSIZE; 100 100 } -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.