IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27486 for trunk/Ohana


Ignore:
Timestamp:
Mar 26, 2010, 2:57:24 PM (16 years ago)
Author:
eugene
Message:

fix type inconsistencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa2/src/LoadObject.c

    r20936 r27486  
    123123  }
    124124  if (Nbytes_send != Npts_send*sizeof(float)) {
    125     fprintf (stderr, "Kapa Communication error: unexpected data size %d vs %ld\n", Nbytes_send, Npts_send*sizeof(float));
     125    fprintf (stderr, "Kapa Communication error: unexpected data size %d vs %ld\n", Nbytes_send, (long) Npts_send*sizeof(float));
    126126  }
    127127
Note: See TracChangeset for help on using the changeset viewer.