Changeset 8831
- Timestamp:
- Sep 18, 2006, 2:45:28 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
r8830 r8831 10 10 * @author Eric Van Alst, MHPCC 11 11 * 12 * @version $Revision: 1.8 7$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-09-19 00:4 3:51$12 * @version $Revision: 1.88 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-09-19 00:45:28 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1334 1334 break; 1335 1335 case PS_DATA_BOOL: 1336 psStringAppend (&content, "%-15s %-8s -%15s",1336 psStringAppend (&content, "%-15s %-8s %-15s", 1337 1337 item->name, "BOOL", item->data.B ? "T" : "F"); 1338 1338 if (item->comment && strncmp(item->comment, "", 2)) {
Note:
See TracChangeset
for help on using the changeset viewer.
