mirror of
https://github.com/transmission/transmission
synced 2025-02-22 14:10:34 +00:00
fix r8473 whoops
This commit is contained in:
parent
66da41e517
commit
1b56f29efb
1 changed files with 1 additions and 1 deletions
|
@ -1641,7 +1641,7 @@ int trashDataFile(const char * filename)
|
|||
|
||||
//backup - shouldn't be needed after upgrade to 1.62
|
||||
if (result != TR_OK && hashString)
|
||||
tr_ctorSetMetainfoFromHash(ctor, [hashString UTF8String]);
|
||||
result = tr_ctorSetMetainfoFromHash(ctor, [hashString UTF8String]);
|
||||
|
||||
if (result == TR_OK)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue