Changeset 8232 for trunk/psLib/src/sys/psString.c
- Timestamp:
- Aug 8, 2006, 1:32:23 PM (20 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
sys/psString.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src
- Property svn:ignore
-
old new 10 10 libpslib.la.temp 11 11 config.h.in 12 psErrorText.h13 12 *.bb 14 13 *.bbg
-
- Property svn:ignore
-
trunk/psLib/src/sys/psString.c
r7912 r8232 13 13 * @author David Robbins, MHPCC 14 14 * 15 * @version $Revision: 1. 39$ $Name: not supported by cvs2svn $16 * @date $Date: 2006-0 7-15 02:50:51$15 * @version $Revision: 1.40 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2006-08-08 23:32:23 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 28 28 #include "psAbort.h" 29 29 30 #include "psErrorText.h" 30 31 31 32 32 static void stringFree(psString string) … … 78 78 // Log error message and return NULL 79 79 psError(PS_ERR_BAD_PARAMETER_VALUE, true, 80 PS_ERRORTEXT_psString_NCHAR_NEGATIVE,80 _("Can not copy a negative number of characters (%d)."), 81 81 nChar); 82 82 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
