1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-30 19:03:04 +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 );
return 1;
}
fseek( file, 0, SEEK_SET );
/* load progress information */
fseek( file, 4, SEEK_SET );
if( fastResumeLoadProgress( io, file ) )
{
fclose( file );