Changeset 8479


Ignore:
Timestamp:
May 22, 2009, 12:11:45 PM (14 years ago)
Author:
livings124
Message:

fix r8473 whoops

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/Torrent.m

    r8473 r8479  
    16421642        //backup - shouldn't be needed after upgrade to 1.62
    16431643        if (result != TR_OK && hashString)
    1644             tr_ctorSetMetainfoFromHash(ctor, [hashString UTF8String]);
     1644            result = tr_ctorSetMetainfoFromHash(ctor, [hashString UTF8String]);
    16451645       
    16461646        if (result == TR_OK)
Note: See TracChangeset for help on using the changeset viewer.