IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10908


Ignore:
Timestamp:
Jan 4, 2007, 3:58:01 PM (19 years ago)
Author:
jhoblitt
Message:

minor changes to badMemBlock()'s output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/jch-memory/psLib/src/sys/psMemory.c

    r10907 r10908  
    99*  @author Joshua Hoblitt, University of Hawaii
    1010*
    11 *  @version $Revision: 1.88.2.15 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2007-01-05 01:56:34 $
     11*  @version $Revision: 1.88.2.16 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2007-01-05 01:58:01 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    159159    if (memBlock == NULL) {
    160160        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);
    162162        // return now as we can't do anything else
    163163        return true;
     
    214214
    215215    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);
    217217    }
    218218
Note: See TracChangeset for help on using the changeset viewer.