1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-31 03:12:44 +00:00

Fixed fastResumeLoadOld

This commit is contained in:
Eric Petit 2006-02-08 16:49:00 +00:00
parent 9911026409
commit d8bdcea349

View file

@ -257,9 +257,9 @@ static int fastResumeLoadOld( tr_io_t * io, FILE * file )
fclose( file ); fclose( file );
return 1; return 1;
} }
fseek( file, 0, SEEK_SET );
/* load progress information */ /* load progress information */
fseek( file, 4, SEEK_SET );
if( fastResumeLoadProgress( io, file ) ) if( fastResumeLoadProgress( io, file ) )
{ {
fclose( file ); fclose( file );