K 10 svn:author V 4 ache K 8 svn:date V 27 2001-03-27T23:24:25.000000Z K 7 svn:log V 229 Restore part of my fix spammed in v1.23: fseeko(file_size, SEEK_SET) -> fseek(0L, SEEK_END) 1) File may grows between operations, so fseeko to file_size may miss 2) 0L, SEEK_END is the same code using in tail in all other places END