IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15872


Ignore:
Timestamp:
Dec 16, 2007, 12:27:10 PM (18 years ago)
Author:
eugene
Message:

fixed type for fprintf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/CheckTasks.c

    r15797 r15872  
    7373    /* construct job from task */
    7474    job = CreateJob (task);
    75     if (DEBUG) fprintf (stderr, "create job: (%x) %d of %d\n", job[0].stdout_buff.buffer, job[0].stdout_buff.Nbuffer, job[0].stdout_buff.Nalloc);
     75    if (DEBUG) fprintf (stderr, "create job: (%zx) %d of %d\n", (size_t) job[0].stdout_buff.buffer, job[0].stdout_buff.Nbuffer, job[0].stdout_buff.Nalloc);
    7676
    7777    // gettimeofday (&now, (void *) NULL);
Note: See TracChangeset for help on using the changeset viewer.