Changeset 2278 for trunk/psLib/test/sysUtils/tst_psStringCopy.c
- Timestamp:
- Nov 4, 2004, 9:30:05 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psStringCopy.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psStringCopy.c
r2204 r2278 17 17 * @author Eric Van Alst, MHPCC 18 18 * 19 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $20 * @date $Date: 2004-1 0-27 00:57:33$19 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 20 * @date $Date: 2004-11-04 19:30:05 $ 21 21 * 22 22 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 223 223 strResult = psStringNCopy(stringval, negativeSize); 224 224 if ( strResult != NULL ) { 225 fprintf(stderr,"Failed test point #6 return value = % ldexpected NULL\n",226 (psU64)strResult);225 fprintf(stderr,"Failed test point #6 return value = %p expected NULL\n", 226 strResult); 227 227 return 1; 228 228 }
Note:
See TracChangeset
for help on using the changeset viewer.
