summaryrefslogtreecommitdiffstats
path: root/hl/examples/ptExampleFL.c
diff options
context:
space:
mode:
Diffstat (limited to 'hl/examples/ptExampleFL.c')
-rw-r--r--hl/examples/ptExampleFL.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/examples/ptExampleFL.c b/hl/examples/ptExampleFL.c
index 956f1d6..bbd0bf6 100644
--- a/hl/examples/ptExampleFL.c
+++ b/hl/examples/ptExampleFL.c
@@ -72,7 +72,7 @@ int main(void)
if(err < 0)
goto out;
- printf("Number of packets in packet table after five appends: %d\n", count);
+ printf("Number of packets in packet table after five appends: %d\n", (int)count);
/* Initialize packet table's "current record" */
err = H5PTcreate_index(ptable);