summaryrefslogtreecommitdiffstats
path: root/examples/h5_vds-exc.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/h5_vds-exc.c')
-rw-r--r--examples/h5_vds-exc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5_vds-exc.c b/examples/h5_vds-exc.c
index 509b3e1..4a30d91 100644
--- a/examples/h5_vds-exc.c
+++ b/examples/h5_vds-exc.c
@@ -159,7 +159,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.