1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-22 14:10:34 +00:00

fix r8473 whoops

This commit is contained in:
Mitchell Livingston 2009-05-22 12:11:45 +00:00
parent 66da41e517
commit 1b56f29efb

View file

@ -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)
{