Changeset 2568

Show
Ignore:
Timestamp:
07/18/08 11:28:26 (5 weeks ago)
Author:
sam
Message:
  • lib-stream.c: fix the fread() implementation on FreeBSD 7.0.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • zzuf/trunk/src/lib-stream.c

    r2566 r2568  
    376376        { \ 
    377377            char *b = ptr; \ 
     378            _zz_setpos(fd, pos); \ 
    378379            _zz_fuzz(fd, ptr, newpos - pos); \ 
    379380            _zz_setpos(fd, newpos); \