IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 28, 2006, 11:04:59 AM (20 years ago)
Author:
jhoblitt
Message:

psError() format fix (int vs. long)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/dettool.c

    r8611 r8657  
    17361736    // check for residual (unmatched) input imfile class_ids
    17371737    if (psArrayLength(valid_class_ids)) {
    1738         psError(PS_ERR_UNKNOWN, true, "det_id frame is missing %d class_ids",
     1738        psError(PS_ERR_UNKNOWN, true, "det_id frame is missing %ld class_ids",
    17391739            psArrayLength(valid_class_ids));
    17401740        psFree(valid_class_ids);
Note: See TracChangeset for help on using the changeset viewer.