Changeset 9
- Timestamp:
- Nov 10, 2005, 5:15:07 PM (17 years ago)
- Location:
- abuse/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/game.cpp
r4 r9 1422 1422 // ProfilerInit(collectDetailed, bestTimeBase, 2000, 200); //prof 1423 1423 char *fastpath; 1424 fastpath = (char *)jmalloc( strlen( get_save_filename_prefix() ) + 1 3, "fastpath" );1424 fastpath = (char *)jmalloc( strlen( get_save_filename_prefix() ) + 12 + 1, "fastpath" ); 1425 1425 sprintf( fastpath, "%sfastload.dat", get_save_filename_prefix() ); 1426 1426 fast_load_start_recording( fastpath ); -
abuse/trunk/src/loader2.cpp
r4 r9 286 286 # if 0 287 287 char *cachepath; 288 cachepath = (char *)jmalloc( strlen( get_save_filename_prefix() ) + 12 , "cachepath" );288 cachepath = (char *)jmalloc( strlen( get_save_filename_prefix() ) + 12 + 1, "cachepath" ); 289 289 sprintf( cachepath, "%ssd_cache.tmp", get_save_filename_prefix() ); 290 290
Note: See TracChangeset
for help on using the changeset viewer.