IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17824


Ignore:
Timestamp:
May 28, 2008, 8:54:42 AM (18 years ago)
Author:
eugene
Message:

remove invalid check for static convName == NULL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/psFitsFloatFile.c

    r16185 r17824  
    5757    }
    5858
    59     if (!convName || status == KEY_NO_EXIST) {
     59    // XXX convName is static if (!convName || status == KEY_NO_EXIST) {
     60    if (status == KEY_NO_EXIST) {
    6061        return PS_FITS_FLOAT_NONE;
    6162    }
Note: See TracChangeset for help on using the changeset viewer.