IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8670


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

fix format string errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats/src/ppStatsLoop.c

    r8346 r8670  
    232232    if (view->cell >= cells->n) {
    233233        psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Desired cell view (%d) doesn't match "
    234                 "number of cells (%d)\n", view->cell, cells->n);
     234                "number of cells (%ld)\n", view->cell, cells->n);
    235235        return false;
    236236    }
Note: See TracChangeset for help on using the changeset viewer.