store secondsDownloading and secondsSeeding as ints instead of time_t

This commit is contained in:
Mitchell Livingston 2011-02-26 15:01:07 +00:00
parent 6092362c1e
commit 73956c6a4f
1 changed files with 2 additions and 2 deletions

View File

@ -219,8 +219,8 @@ struct tr_torrent
time_t startDate;
time_t anyDate;
time_t secondsDownloading;
time_t secondsSeeding;
int secondsDownloading;
int secondsSeeding;
tr_torrent_metadata_func * metadata_func;
void * metadata_func_user_data;