IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20291


Ignore:
Timestamp:
Oct 21, 2008, 10:06:45 AM (18 years ago)
Author:
Paul Price
Message:

Fixing compilation error.

File:
1 edited

Legend:

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

    r20290 r20291  
    286286                        headerItem = psMetadataLookup(hduHigh->header, conceptItem->data.V);
    287287                    }
    288                     // if (!headerItem) {
    289                     // psWarning("Unable to find concept %s claimed to be in header as %s", name, conceptItem->data.str);
    290                     // }
     288                    // if (!headerItem) {
     289                    // psWarning("Unable to find concept %s claimed to be in header as %s", name, conceptItem->data.str);
     290                    // }
    291291                    psMemIncrRefCounter(headerItem);
    292292                }
     
    422422    }
    423423
    424     psMetadataItem *item = psMetadataGet(row, PS_LIST_HEAD); // Item of interest
     424    psMetadataItem *concept = psMetadataGet(row, PS_LIST_HEAD); // Item of interest
    425425
    426426    psFree(rows);
    427427
    428     return item;
     428    return concept;
    429429#endif // HAVE_PSDB
    430430}
Note: See TracChangeset for help on using the changeset viewer.