IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2010, 2:57:18 PM (16 years ago)
Author:
eugene
Message:

defined OFF_T_FMT to print / scan off_t values; change all examples of off_t printed with %lld and casted to (long long)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/Ohana.20100606/src/getstar/src/select_by_region.c

    r27675 r28237  
    161161  output[0].Nsecf_mem = Nave*Nsecfilt;
    162162
    163   fprintf (stderr, "output catalog has %lld stars (%lld measures, %d secfilt)\n",
    164            (long long) output[0].Naverage, (long long) output[0].Nmeasure, output[0].Nsecfilt);
     163  fprintf (stderr, "output catalog has "OFF_T_FMT" stars ("OFF_T_FMT" measures, %d secfilt)\n",
     164            output[0].Naverage, output[0].Nmeasure, output[0].Nsecfilt);
    165165  return (TRUE);
    166166}
Note: See TracChangeset for help on using the changeset viewer.