From 926b58c2eed742fb4aaed8ebbc67794ef4dea4e7 Mon Sep 17 00:00:00 2001 From: Magnus Lundborg Date: Wed, 4 Dec 2013 16:51:01 +0100 Subject: Fix mistake in last commit. 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); -- cgit v0.10.1