Changeset 13070
- Timestamp:
- Apr 27, 2007, 2:23:56 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psArguments.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psArguments.c
r12828 r13070 7 7 * @author David Robbins, MHPCC 8 8 * 9 * @version $Revision: 1.2 3$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-04- 13 02:32:10$9 * @version $Revision: 1.24 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-04-28 00:23:56 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 345 345 case PS_DATA_STRING: 346 346 if (item->data.V) { 347 printf(" ""%s""", item->data.str);347 printf("%s", item->data.str); 348 348 } 349 349 break;
Note:
See TracChangeset
for help on using the changeset viewer.
