IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32985


Ignore:
Timestamp:
Dec 20, 2011, 4:49:51 PM (15 years ago)
Author:
heather
Message:

fixed some printf to allow it to compile on ubuntu/atom

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/haf_add201112/Ohana/src/libdvo/src/dvo_util.c

    r30188 r32985  
    276276  FREE(detections);
    277277
    278   if (NInvalidDetID) fprintf (stderr, "ERROR: Encountered %ld invalid detection IDs\n", NInvalidDetID);
     278  if (NInvalidDetID) fprintf (stderr, "ERROR: Encountered %zx invalid detection IDs\n", NInvalidDetID);
    279279
    280280  return (Ndetect);
Note: See TracChangeset for help on using the changeset viewer.