Changeset 10960
- Timestamp:
- Jul 7, 2010, 4:22:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/utils/show.c
r10955 r10960 254 254 tr_formatter_mem_init ( MEM_K, MEM_K_STR, MEM_M_STR, MEM_G_STR, MEM_T_STR ); 255 255 tr_formatter_size_init ( DISK_K, DISK_K_STR, DISK_M_STR, DISK_G_STR, DISK_T_STR ); 256 tr_formatter_s ize_init ( SPEED_K, SPEED_K_STR, SPEED_M_STR, SPEED_G_STR, SPEED_T_STR );256 tr_formatter_speed_init ( SPEED_K, SPEED_K_STR, SPEED_M_STR, SPEED_G_STR, SPEED_T_STR ); 257 257 258 258 if( parseCommandLine( argc, (const char**)argv ) )
Note: See TracChangeset
for help on using the changeset viewer.