diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-12-04 08:03:46 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-12-04 08:03:46 (GMT) |
commit | 8abbcd272edfc0e0f2c276bb1b3f641351efe13e (patch) | |
tree | 91fe8a5495e58bd0cf94e2b0e5a3c0b9c0dbc1e3 | |
parent | 254489e05d12a1072cfedbd112d2b09841f62123 (diff) |
More fixes.
-rw-r--r-- | src/lib/tng_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/tng_io.c b/src/lib/tng_io.c index 051c9bc..3c2cdcc 100644 --- a/src/lib/tng_io.c +++ b/src/lib/tng_io.c @@ -18001,7 +18001,7 @@ tng_function_status DECLSPECDLLEXPORT tng_util_trajectory_next_frame_present_dat tng_block_destroy(&block); if(stat == TNG_CRITICAL) { - printf("TNG library: Cannot read block header at pos %"PRId64". %s: %d\n", + printf("TNG library: Cannot read block header at pos %ld. %s: %d\n", file_pos, __FILE__, __LINE__); return(stat); } |