IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15124


Ignore:
Timestamp:
Sep 29, 2007, 1:17:07 PM (19 years ago)
Author:
Paul Price
Message:

Whoops.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_070920/psModules/src/camera/pmFPAfileDefine.c

    r15123 r15124  
    286286        }
    287287        const char *typeString = psMetadataLookupStr(NULL, scheme, "COMPRESSION"); // Compression type
    288         if (!typeString || strlen(typeString)) {
     288        if (!typeString || strlen(typeString) == 0) {
    289289            psWarning("Can't find COMPRESSION in FITS scheme %s --- compression disabled.", fitsType);
    290290            goto COMPRESSION_DONE;
Note: See TracChangeset for help on using the changeset viewer.