Changeset 28240
- Timestamp:
- Jun 6, 2010, 3:53:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/Ohana.20100606/src/tools/src/ftable.c
r28239 r28240 1 1 # include <ohana.h> 2 2 # include <gfitsio.h> 3 # include "inttypes.h" 3 4 4 5 char *print_table_row (char *row, Header *header); … … 358 359 if (!strcmp (type, "int64_t")) { 359 360 memcpy (line, &data[i*Nv*Nb + Nb*j], Nb); 360 fprintf (stdout, "% lld", *(int64_t*)line);361 fprintf (stdout, "%" PRId64" ", *(int64_t*)line); 361 362 } 362 363 if (!strcmp (type, "float")) {
Note:
See TracChangeset
for help on using the changeset viewer.
