K 10 svn:author V 2 ed K 8 svn:date V 27 2010-01-14T08:08:55.933790Z K 7 svn:log V 157 Don't use fseeko() to obtain the file offset. I was a bit confused with lseek(), which returns the new offset. We should ftello() to obtain it using stdio. END