Changeset 9792 for trunk/glueforge/templates/psdb/printmetadataraw.tt
- Timestamp:
- Oct 30, 2006, 12:30:59 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/glueforge/templates/psdb/printmetadataraw.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/templates/psdb/printmetadataraw.tt
r8686 r9792 56 56 // !->offEnd test 57 57 continue; 58 case PS_DATA_TIME: 59 // pass through NULLs as "NULL" 60 if (item->data.V) { 61 psString time = psTimeToISO(item->data.V); 62 psStringAppend(&str, "%s", time); 63 psFree(time); 64 } else { 65 psStringAppend(&str, "NULL"); 66 } 67 break; 58 68 default: 59 69 psError(PS_ERR_UNKNOWN, true,"unsupported psMetadataItem type");
Note:
See TracChangeset
for help on using the changeset viewer.
