IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 17, 2005, 8:07:54 AM (21 years ago)
Author:
eugene
Message:

changes to sync with v0.8.0: PS_META_* to PS_DATA_*, etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psModulesUtils.c

    r5125 r5350  
    2323
    2424    // I'm either expecting a string, with the name "HD:keyword"...
    25     if (item->type == PS_META_STR) {
     25    if (item->type == PS_DATA_STRING) {
    2626        source = item->data.V;
    2727        if (!strncasecmp (source, "HD:", 3)) {
     
    3838
    3939    //  ... or a value (F32?)
    40     if (item->type == PS_META_F32) {
     40    if (item->type == PS_DATA_F32) {
    4141        value = item->data.F32;
    4242        // psFree (item);
Note: See TracChangeset for help on using the changeset viewer.