IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 12, 2008, 12:41:26 PM (18 years ago)
Author:
Paul Price
Message:

Fix type error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageBackground.c

    r17640 r17641  
    7575    if (n < 0.01*Nsubset) {
    7676        psLogMsg("psLib.psImageBackground", PS_LOG_INFO,
    77                  "Unable to measure image background: too few data points (%d)", n);
     77                 "Unable to measure image background: too few data points (%ld)", n);
    7878        psFree(values);
    7979        return false;
Note: See TracChangeset for help on using the changeset viewer.