Changeset 11527 for trunk/psModules/src/concepts/pmConceptsStandard.c
- Timestamp:
- Jan 31, 2007, 5:15:13 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsStandard.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsStandard.c
r11431 r11527 422 422 psStringSubstitute(×ysName, "TIMESYS", "TIME"); 423 423 bool mdok = false; // Result of MD lookup 424 psTimeType timeSys ;// The time system424 psTimeType timeSys = PS_TIME_UTC; // The time system 425 425 if (cell) { 426 426 timeSys = psMetadataLookupS32(&mdok, cell->concepts, timesysName);
Note:
See TracChangeset
for help on using the changeset viewer.
