IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 31, 2007, 5:15:13 PM (19 years ago)
Author:
magnier
Message:

pedantic initialization of variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConceptsStandard.c

    r11431 r11527  
    422422    psStringSubstitute(&timesysName, "TIMESYS", "TIME");
    423423    bool mdok = false;                  // Result of MD lookup
    424     psTimeType timeSys;                // The time system
     424    psTimeType timeSys = PS_TIME_UTC; // The time system
    425425    if (cell) {
    426426        timeSys = psMetadataLookupS32(&mdok, cell->concepts, timesysName);
Note: See TracChangeset for help on using the changeset viewer.