IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 11, 2009, 7:57:59 AM (17 years ago)
Author:
eugene
Message:

fixed error message : readdir can be 1 or 2 (not +/- 1)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPARead.c

    r23535 r23827  
    253253    int readdir = psMetadataLookupS32(&mdok, cell->concepts, "CELL.READDIR"); // Read direction
    254254    if (!mdok || readdir == 0 || (readdir != 1 && readdir != 2)) {
    255         psError(PS_ERR_IO, true, "CELL.READDIR is not set to -1 or +1.\n");
     255        psError(PS_ERR_IO, true, "CELL.READDIR is not set to 1 or 2.\n");
    256256        return false;
    257257    }
Note: See TracChangeset for help on using the changeset viewer.