Changeset 11683
- Timestamp:
- Feb 7, 2007, 12:34:43 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sys/tap_psString.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sys/tap_psString.c
r11660 r11683 20 20 * @author Eric Van Alst, MHPCC 21 21 * 22 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $23 * @date $Date: 2007-02-0 6 03:37:40$22 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 23 * @date $Date: 2007-02-07 22:34:43 $ 24 24 * 25 25 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 57 57 psS32 testStrCheck(void); 58 58 59 static const char* const NullString = " ";59 static const char* const NullString = " "; 60 60 61 61 … … 538 538 ssize_t outSize = 0; 539 539 char** nullDest = NULL; 540 char** test ;540 char** test = NULL; 541 541 //psStringCopy should return NULL for NULL input string 542 542 // psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message");
Note:
See TracChangeset
for help on using the changeset viewer.
