IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20850


Ignore:
Timestamp:
Nov 26, 2008, 9:55:31 AM (17 years ago)
Author:
Paul Price
Message:

I'll get it right eventually.

File:
1 edited

Legend:

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

    r20849 r20850  
    578578    }
    579579    if (psArrayLength(output) > 1) {
    580         psError(PS_ERR_UNKNOWN, true, "unexpected number of rows found %" PRId64 " for magic_id %" PRId64,
     580        psError(PS_ERR_UNKNOWN, true, "unexpected number of rows found %ld for magic_id %" PRId64,
    581581            psArrayLength(output), magic_id);
    582582        return false;
Note: See TracChangeset for help on using the changeset viewer.