Changeset 1358

Show
Ignore:
Timestamp:
12/06/08 11:31:09 (7 months ago)
Author:
perry
Message:

off_t can be 32bit, for great annoyance, force it to 64bit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/libtraceio-zlib.c

    r1155 r1358  
    7474} 
    7575 
    76 off_t libtrace_io_seek(libtrace_io_t *io, off_t offset, int whence) 
     76int64_t libtrace_io_seek(libtrace_io_t *io, int64_t offset, int whence) 
    7777{ 
    7878        return gzseek(io->file,offset,whence);