Changeset 1857 for trunk/source/assert_results.cpp
- Timestamp:
- 03/17/08 08:44:00 (10 months ago)
- Files:
-
- 1 modified
-
trunk/source/assert_results.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/assert_results.cpp
r1771 r1857 2468 2468 fprintf( ioASSERT, " BOTCHED ASSERTS!!! Botched Asserts!!! \n"); 2469 2469 } 2470 /* if botched asserts then explain how we were compiled */ 2471 if( !lgAssertsOK ) 2470 2471 /* explain how we were compiled, but only if printing time */ 2472 if( prt.lgPrintTime ) 2472 2473 { 2473 2474 fprintf( ioQQQ, " %s\n\n", version.chInfo );
