Changeset 13895
- Timestamp:
- Jan 30, 2013, 12:16:20 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/utils.c
r13868 r13895 1378 1378 tr_strpercent (char * buf, double x, size_t buflen) 1379 1379 { 1380 if (x < 10.0) 1381 tr_strtruncd (buf, x, 2, buflen); 1382 else if (x < 100.0) 1380 if (x < 100.0) 1383 1381 tr_strtruncd (buf, x, 1, buflen); 1384 1382 else
Note: See TracChangeset
for help on using the changeset viewer.