IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14506


Ignore:
Timestamp:
Aug 15, 2007, 10:23:34 AM (19 years ago)
Author:
magnier
Message:

added a return after the psErrorPrintStack message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psError.c

    r14464 r14506  
    1111 *  @author Eric Van Alst, MHPCC
    1212 *
    13  *  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2007-08-10 20:20:38 $
     13 *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2007-08-15 20:23:34 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    299299
    300300    vfprintf(fd, format, va);
     301    fprintf (fd, "\n");
    301302
    302303    for (long i = 0; i < psArrayLength(errorStack); i++) {
Note: See TracChangeset for help on using the changeset viewer.