On Sun, Nov 03, 2002 at 04:11:56PM +0100, Kim Minh Kaplan wrote: > Rémi Guyomarch writes: > > > + pos = ftell( state->pass1_file ); > > + fseek( state->pass1_file, pos, SEEK_SET ); > > Is there any reason not to use the simpler "fseek(state->pass1_file, 0L, SEEK_CUR);"? No :) -- Rémi