Changeset 4914
- Timestamp:
- Feb 4, 2008, 4:30:24 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/tr_core.c
r4739 r4914 175 175 { 176 176 if( a < b ) return -1; 177 if( b >a ) return 1;177 if( b < a ) return 1; 178 178 return 0; 179 179 } … … 245 245 ret = compareDouble( sa->percentDone, sb->percentDone ); 246 246 if( !ret ) 247 ret = compareDouble( sa->ratio, s a->ratio );247 ret = compareDouble( sa->ratio, sb->ratio ); 248 248 return ret; 249 249 }
Note: See TracChangeset
for help on using the changeset viewer.