Changeset 1896 for trunk/source/assert_results.cpp
- Timestamp:
- 03/30/08 16:05:35 (9 months ago)
- Files:
-
- 1 modified
-
trunk/source/assert_results.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/assert_results.cpp
r1891 r1896 2214 2214 if( called.lgTalk && nAsserts>0 ) 2215 2215 { 2216 char chVer[10];2217 2216 time_t now; 2218 cdVersion(chVer );2219 2217 2220 2218 /* First disambiguate any line identifications */ … … 2281 2279 2282 2280 /* write start of title and version number of code */ 2283 fprintf( ioASSERT, "=============Results of asserts: C %s ",chVer);2281 fprintf( ioASSERT, "=============Results of asserts: Cloudy %s ", version::Inst().chVersion ); 2284 2282 2285 2283 /* usually print date and time info - do not if "no times" command entered,
