Changeset 1692


Ignore:
Timestamp:
Apr 8, 2007, 9:25:01 PM (16 years ago)
Author:
joshe
Message:

Whoops, set tr_info_t->torrent for non-saved torrents again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/metainfo.c

    r1638 r1692  
    7878        savedname( inf->torrent, sizeof inf->torrent, inf->hashString, tag );
    7979    }
     80    else
     81    {
     82        snprintf( inf->torrent, sizeof inf->torrent, "%s", path );
     83    }
    8084
    8185    free( buf );
Note: See TracChangeset for help on using the changeset viewer.