Changeset 9763
- Timestamp:
- Oct 26, 2006, 4:26:42 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psMetadataConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psMetadataConfig.c
r9756 r9763 10 10 * @author Eric Van Alst, MHPCC 11 11 * 12 * @version $Revision: 1.10 0$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-10-27 0 1:15:44$12 * @version $Revision: 1.101 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-10-27 02:26:42 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 332 332 PS_ASSERT_PTR_NON_NULL(status, NULL); 333 333 if (!inString) { 334 *status = 0; 335 return NULL; 336 } 337 338 // handle "NULL" as the time value 339 if (strncmp(inString, "NULL", 5) == 0) { 334 340 *status = 0; 335 341 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
