Changeset 931 for trunk/psLib/test/collections/tst_psList.c
- Timestamp:
- Jun 8, 2004, 10:08:51 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/tst_psList.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psList.c
r923 r931 6 6 * @author Robert DeSonia, MHPCC 7 7 * 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 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 429 429 if (data == NULL || *data != 0) { 430 430 printListInt(list); 431 psError(__func__,"Failed to remove PS_LIST_HEAD ");431 psError(__func__,"Failed to remove PS_LIST_HEAD (%p)",data); 432 432 return 1; 433 433 }
Note:
See TracChangeset
for help on using the changeset viewer.
