IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28239


Ignore:
Timestamp:
Jun 6, 2010, 3:44:05 PM (16 years ago)
Author:
eugene
Message:

print int64_t as lld

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/Ohana.20100606/src/tools/src/ftable.c

    r28237 r28239  
    358358          if (!strcmp (type, "int64_t")) {
    359359            memcpy (line, &data[i*Nv*Nb + Nb*j], Nb);
    360             fprintf (stdout, OFF_T_FMT" ",  *(int64_t*)line);
     360            fprintf (stdout, "%lld ",  *(int64_t*)line);
    361361          }
    362362          if (!strcmp (type, "float")) {
Note: See TracChangeset for help on using the changeset viewer.