diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-12-04 15:55:19 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-12-04 15:55:19 (GMT) |
commit | 52b7fb3bd28523004f5a92ef4afcabcd00b0ae48 (patch) | |
tree | fb93695632d711f0a4d5657972af4b0fa6597db8 | |
parent | 926b58c2eed742fb4aaed8ebbc67794ef4dea4e7 (diff) |
Fix to last commit.
-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 86774ed..40d64d9 100644 --- a/src/lib/tng_io.c +++ b/src/lib/tng_io.c @@ -17657,7 +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 + + time - (frame_nr - frame_set->first_frame) * tng_data->time_per_frame); |