Changeset 4145
- Timestamp:
- Jun 7, 2005, 5:16:30 PM (21 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
collections/psPixels.c (modified) (2 diffs)
-
types/psPixels.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psPixels.c
r3959 r4145 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-0 5-18 21:38:19$9 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-06-08 03:16:30 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 96 96 { 97 97 if (in == NULL) { 98 psError(PS_ERR_BAD_PARAMETER_NULL,true,PS_ERRORTEXT_psPixels_NULL); 98 99 psFree(out); 99 100 return NULL; -
trunk/psLib/src/types/psPixels.c
r3959 r4145 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-0 5-18 21:38:19$9 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-06-08 03:16:30 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 96 96 { 97 97 if (in == NULL) { 98 psError(PS_ERR_BAD_PARAMETER_NULL,true,PS_ERRORTEXT_psPixels_NULL); 98 99 psFree(out); 99 100 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
