IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 931


Ignore:
Timestamp:
Jun 8, 2004, 10:08:51 AM (22 years ago)
Author:
desonia
Message:

cosmetic.

Location:
trunk/psLib/test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/collections/tst_psList.c

    r923 r931  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-06-08 19:39:28 $
     8 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-06-08 20:08:51 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    429429    if (data == NULL || *data != 0) {
    430430        printListInt(list);
    431         psError(__func__,"Failed to remove PS_LIST_HEAD");
     431        psError(__func__,"Failed to remove PS_LIST_HEAD (%p)",data);
    432432        return 1;
    433433    }
  • trunk/psLib/test/psTest.c

    r901 r931  
    5252    waitpid(child,&childReturn,0);
    5353
    54     childReturn &= 0x7f;
    55 
    5654    if (childReturn != expectedReturn) {
    5755        fprintf(fp,"Return value mismatch: expected %d, got %d",expectedReturn,childReturn);
Note: See TracChangeset for help on using the changeset viewer.