summaryrefslogtreecommitdiffstats
path: root/examples/h5_vds-percival.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/h5_vds-percival.c')
-rw-r--r--examples/h5_vds-percival.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5_vds-percival.c b/examples/h5_vds-percival.c
index ba9e13f..79bb6b1 100644
--- a/examples/h5_vds-percival.c
+++ b/examples/h5_vds-percival.c
@@ -183,7 +183,7 @@ main (void)
* Find number of mappings.
*/
status = H5Pget_virtual_count (dcpl, &num_map);
- printf(" Number of mappings is %d\n", num_map);
+ printf(" Number of mappings is %lu\n", (unsigned long)num_map);
/*
* Get mapping parameters for each mapping.