mirror of
https://github.com/transmission/transmission
synced 2025-01-31 03:12:44 +00:00
Fixed fastResumeLoadOld
This commit is contained in:
parent
9911026409
commit
d8bdcea349
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||||
|
|
Loading…
Reference in a new issue