Changeset 11542
- Timestamp:
- Dec 16, 2010, 4:43:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/history.c
r11425 r11542 34 34 tr_historyAdd( tr_recentHistory * h, time_t now, unsigned int n ) 35 35 { 36 if( h->slices[h->newest].date + h->precision >= now )36 if( h->slices[h->newest].date + (time_t)h->precision >= now ) 37 37 h->slices[h->newest].n += n; 38 38 else {
Note: See TracChangeset
for help on using the changeset viewer.