Changeset 9799
- Timestamp:
- Oct 30, 2006, 5:40:01 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psMetadataConfig.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psMetadataConfig.c
r9798 r9799 10 10 * @author Eric Van Alst, MHPCC 11 11 * 12 * @version $Revision: 1.10 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-10-31 0 0:08:19$12 * @version $Revision: 1.103 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-10-31 03:40:01 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 602 602 break; 603 603 } 604 604 605 605 // Add item to template 606 606 if(!psMetadataAddItem(metadataTemplate, tempItem, PS_LIST_TAIL, PS_META_DEFAULT)) { … … 1383 1383 switch (item->type) { 1384 1384 case PS_DATA_METADATA_MULTI: { 1385 if (item->comment && strncmp(item->comment, "", 2)) { 1386 psStringAppend(&content, "%s MULTI # %s\n", item->name, item->comment); 1387 } else { 1388 psStringAppend(&content, "%s MULTI\n", item->name); 1389 } 1385 psStringAppend(&content, "%s MULTI\n", item->name); 1390 1386 1391 1387 // a MULTI is a list of items so we need to recurse through the
Note:
See TracChangeset
for help on using the changeset viewer.
