IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30640


Ignore:
Timestamp:
Feb 15, 2011, 3:33:30 PM (15 years ago)
Author:
Serge CHASTEL
Message:

ppTranslate: %ld isntead of %d

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20101215/ppTranslate/src/ppMopsMerge.c

    r30537 r30640  
    165165    if (num == 0) {
    166166        //All detections were NULL?!
    167         psTrace("ppMops.merge", 3, "All %d detections were NULL\n", detections->n);
     167        psTrace("ppMops.merge", 3, "All %ld detections were NULL\n", detections->n);
    168168        return NULL;
    169169    }
Note: See TracChangeset for help on using the changeset viewer.