Changeset 58 for abuse/trunk/src/cache.cpp
- Timestamp:
- Mar 2, 2008, 4:02:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/cache.cpp
r56 r58 48 48 { 49 49 char msg[100]; 50 sprintf(msg, symbol_str("calc_crc")); // this may take some time, show the user a status indicator50 sprintf(msg, "%s", symbol_str("calc_crc")); // this may take some time, show the user a status indicator 51 51 if (stat_man) stat_man->push(msg,NULL); 52 52
Note: See TracChangeset
for help on using the changeset viewer.