IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 13, 2009, 10:49:06 AM (17 years ago)
Author:
Paul Price
Message:

Was redefining 'value', so that the result wasn't being recognised in the larger scope.

File:
1 edited

Legend:

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

    r23746 r23832  
    432432            } \
    433433            \
    434             psString value = psMetadataItemParseString(item); /* Value of concept */ \
     434            value = psMetadataItemParseString(item); /* Value of concept */ \
    435435            if (!value) { \
    436436                psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to parse concept %s", concept); \
Note: See TracChangeset for help on using the changeset viewer.