Use ftello() and fseeko() instead of ftell() and fseek() everywhere.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 2 May 2010 03:09:55 +0000 (20:09 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 2 May 2010 03:09:55 +0000 (20:09 -0700)
Newer versions of glibc give annoying warnings on uses of ftell() and
fseek(), so use ftello() and fseeko() instead.


No differences found