IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 29, 2006, 11:39:44 AM (20 years ago)
Author:
jhoblitt
Message:

fix a wide range of format string errors

File:
1 edited

Legend:

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

    r8582 r8669  
    252252                numReadouts = readouts->n;
    253253            } else if (readouts->n != numReadouts) {
    254                 psError(PS_ERR_IO, true, "Number of readouts doesn't match: %d vs %d\n", readouts->n,
     254                psError(PS_ERR_IO, true, "Number of readouts doesn't match: %ld vs %d\n", readouts->n,
    255255                        numReadouts);
    256256                return false;
     
    336336
    337337                if (biassecs->n != readout->bias->n) {
    338                     psLogMsg(__func__, PS_LOG_WARN, "Number of bias sections (%d) and number of biases (%d)"
     338                    psLogMsg(__func__, PS_LOG_WARN, "Number of bias sections (%ld) and number of biases (%ld)"
    339339                             " do not match.\n", biassecs->n, readout->bias->n);
    340340                }
Note: See TracChangeset for help on using the changeset viewer.