Changeset 2571
- Timestamp:
- Jul 20, 2008, 3:29:45 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/src/lib-stream.c
r2570 r2571 781 781 } \ 782 782 else \ 783 ret = ((uint8_t *)fp->FILE_PTR)[0]; \ 783 { \ 784 if(newpos != -1) \ 785 _zz_setpos(fd, newpos - fp->FILE_CNT); \ 786 } \ 784 787 _zz_fuzz(fd, fp->FILE_PTR, fp->FILE_CNT); \ 785 788 _zz_addpos(fd, fp->FILE_CNT); \
Note: See TracChangeset
for help on using the changeset viewer.