diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-12-04 15:51:01 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-12-04 15:51:01 (GMT) |
commit | 926b58c2eed742fb4aaed8ebbc67794ef4dea4e7 (patch) | |
tree | 572099551a2c16184a4c1794560f6f03ae048ef9 | |
parent | 58e095a2636b3823344137dbaf796d28859079d4 (diff) |
Fix mistake in last commit.
-rw-r--r-- | src/lib/tng_io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/tng_io.c b/src/lib/tng_io.c index f5a4256..86774ed 100644 --- a/src/lib/tng_io.c +++ b/src/lib/tng_io.c @@ -17657,6 +17657,7 @@ tng_function_status DECLSPECDLLEXPORT tng_util_generic_with_time_write if(frame_nr > frame_set->first_frame) { stat = tng_frame_set_first_frame_time_set(tng_data, + time + (frame_nr - frame_set->first_frame) * tng_data->time_per_frame); |