Changeset 8973acd in buchla-68k for libcio/ftell.c
- Timestamp:
- 07/15/2017 03:12:10 PM (7 years ago)
- Branches:
- master
- Children:
- ea232f9
- Parents:
- 7d0d347
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcio/ftell.c
r7d0d347 r8973acd 57 57 fcp = chp->c_arg; /* point at the FCB */ 58 58 59 dpos = fcp->offset + ( fcp->curlsn << FILESHFT);59 dpos = fcp->offset + ((int32_t)fcp->curlsn << FILESHFT); 60 60 61 61 if (fp->_flags & _DIRTY) /* adjust for the buffering */
Note:
See TracChangeset
for help on using the changeset viewer.