IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30629


Ignore:
Timestamp:
Feb 14, 2011, 8:43:11 AM (15 years ago)
Author:
Serge CHASTEL
Message:

Warning %d instead of %ld fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppTranslate/src/ppMopsMerge.c

    r30532 r30629  
    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.