Changeset 10908
- Timestamp:
- Jan 4, 2007, 3:58:01 PM (19 years ago)
- File:
-
- 1 edited
-
branches/jch-memory/psLib/src/sys/psMemory.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/jch-memory/psLib/src/sys/psMemory.c
r10907 r10908 9 9 * @author Joshua Hoblitt, University of Hawaii 10 10 * 11 * @version $Revision: 1.88.2.1 5$ $Name: not supported by cvs2svn $12 * @date $Date: 2007-01-05 01:5 6:34$11 * @version $Revision: 1.88.2.16 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-01-05 01:58:01 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 159 159 if (memBlock == NULL) { 160 160 fprintf(output, _("NULL memory block.\n" 161 "Caught in %s at (%s:%d.).\n "), func, file, lineno);161 "Caught in %s at (%s:%d.).\n\n"), func, file, lineno); 162 162 // return now as we can't do anything else 163 163 return true; … … 214 214 215 215 if (bad) { 216 fprintf(output, _("\tCaught in %s at (%s:%d).\n "), func, file, lineno);216 fprintf(output, _("\tCaught in %s at (%s:%d).\n\n"), func, file, lineno); 217 217 } 218 218
Note:
See TracChangeset
for help on using the changeset viewer.
