Changeset 7033
- Timestamp:
- May 1, 2006, 4:03:48 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psArguments.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psArguments.c
r7032 r7033 7 7 * @author David Robbins, MHPCC 8 8 * 9 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-05-02 02:0 1:53$9 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-05-02 02:03:48 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 311 311 return arg->data.B ? 4 : 5; 312 312 case PS_DATA_STRING: 313 return strlen(arg->data.V);313 return arg->data.V ? strlen(arg->data.V) : 0; 314 314 default: 315 315 psAbort(__func__, "Argument type (%x) is not supported.\n", arg->type);
Note:
See TracChangeset
for help on using the changeset viewer.
