IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6415


Ignore:
Timestamp:
Feb 9, 2006, 3:47:48 PM (20 years ago)
Author:
jhoblitt
Message:

fix macro var interpolation in error messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxframes.c

    r6341 r6415  
    8282        config->where, MAX_ROWS); \
    8383    if (!exposures) { \
    84         psError(PS_ERR_UNKNOWN, false, "no exptype rows found"); \
     84        psError(PS_ERR_UNKNOWN, false, "no " #exptype " rows found"); \
    8585 \
    8686        return NULL; \
     
    101101        psFree(where); \
    102102        if (!images) { \
    103             psError(PS_ERR_UNKNOWN, false, "no imfiletype rows found"); \
     103            psError(PS_ERR_UNKNOWN, false, "no " #imfiletype " rows found"); \
    104104            psFree(allFrames); \
    105105 \
Note: See TracChangeset for help on using the changeset viewer.