Changeset 1024
- Timestamp:
- Jun 14, 2004, 9:45:46 AM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
collections/psList.c (modified) (2 diffs)
-
types/psList.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psList.c
r1017 r1024 6 6 * @author Robert Daniel DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $9 * @date $Date: 2004-06-1 2 22:15:39$8 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2004-06-14 19:45:46 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 201 201 202 202 if (which == PS_LIST_UNKNOWN) { 203 psError(__func__, "Failed to find 0x%x on psList 0x%x in %s.", data, list,__func__);203 psError(__func__, "Failed to find item in given psList."); 204 204 return NULL; 205 205 } -
trunk/psLib/src/types/psList.c
r1017 r1024 6 6 * @author Robert Daniel DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $9 * @date $Date: 2004-06-1 2 22:15:39$8 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2004-06-14 19:45:46 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 201 201 202 202 if (which == PS_LIST_UNKNOWN) { 203 psError(__func__, "Failed to find 0x%x on psList 0x%x in %s.", data, list,__func__);203 psError(__func__, "Failed to find item in given psList."); 204 204 return NULL; 205 205 }
Note:
See TracChangeset
for help on using the changeset viewer.
