Changeset 8146 for trunk/psLib/src/types
- Timestamp:
- Aug 4, 2006, 12:58:58 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
r8145 r8146 10 10 * @author Eric Van Alst, MHPCC 11 11 * 12 * @version $Revision: 1.6 8$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-08-04 22:5 1:21$12 * @version $Revision: 1.69 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-08-04 22:58:58 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1276 1276 1277 1277 #define FORMAT_PRIMITIVE_METADATAITEM(type, dataformat) \ 1278 psStringAppend(&content, "%-15s", item->name); \ 1279 psStringAppend(&content, " %-8s", #type); \ 1278 psStringAppend(&content, "%-15s %-8s", item->name, #type); \ 1280 1279 psStringAppend(&content, " " #dataformat, item->data.type); \ 1281 1280 if ( strncmp(item->comment,"",2) ) { \ … … 1348 1347 break; 1349 1348 case PS_DATA_STRING: 1350 psStringAppend(&content, "%-15s", item->name); 1351 psStringAppend(&content, " %-8s", "STR"); 1349 psStringAppend(&content, "%-15s %-8s", item->name, "STR"); 1352 1350 psStringAppend(&content, " %s", ((char *)(item->data.V))); 1353 1351 if ( strncmp(item->comment,"",2) ) {
Note:
See TracChangeset
for help on using the changeset viewer.
