summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMagnus Lundborg <lundborg.magnus@gmail.com>2013-12-03 12:54:22 (GMT)
committerMagnus Lundborg <lundborg.magnus@gmail.com>2013-12-03 12:54:22 (GMT)
commit5ce8e5a949c987d52c6bf1cc1b58e6260b48b002 (patch)
treec4bfac88d80f6dbf8c28d4fca23e050a14df8732 /src
parentb4783da8473431eb91bc82861f49bcb402c6f163 (diff)
Use correct integer.
Diffstat (limited to 'src')
-rw-r--r--src/lib/tng_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/tng_io.c b/src/lib/tng_io.c
index fa6d94a..9866a80 100644
--- a/src/lib/tng_io.c
+++ b/src/lib/tng_io.c
@@ -12927,7 +12927,7 @@ tng_function_status DECLSPECDLLEXPORT tng_data_block_dependency_get
tng_function_status DECLSPECDLLEXPORT tng_data_block_num_values_per_frame_get
(tng_trajectory_t tng_data,
int64_t block_id,
- int *n_values_per_frame)
+ int64_t *n_values_per_frame)
{
int64_t i;
tng_function_status stat;
contact: Jan Huwald // Impressum