summaryrefslogtreecommitdiffstats
path: root/hl/c++/examples/ptExampleFL.cpp
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-02-05 22:38:27 (GMT)
committerGitHub <noreply@github.com>2021-02-05 22:38:27 (GMT)
commit345892de238beebf02ca733ef519574601b5fdce (patch)
treed03f671f201561202662a619f95eeeb91c001d58 /hl/c++/examples/ptExampleFL.cpp
parent1f0e9274d242754deb8c444f75928e46f0fc8a74 (diff)
downloadhdf5-345892de238beebf02ca733ef519574601b5fdce.zip
hdf5-345892de238beebf02ca733ef519574601b5fdce.tar.gz
hdf5-345892de238beebf02ca733ef519574601b5fdce.tar.bz2
1 8 changes for sanitize=address (#315)
* Update supported platforms * Merge PR#3 changes from develop
Diffstat (limited to 'hl/c++/examples/ptExampleFL.cpp')
-rw-r--r--hl/c++/examples/ptExampleFL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/c++/examples/ptExampleFL.cpp b/hl/c++/examples/ptExampleFL.cpp
index 7b508b4..3e4a529 100644
--- a/hl/c++/examples/ptExampleFL.cpp
+++ b/hl/c++/examples/ptExampleFL.cpp
@@ -73,7 +73,7 @@ main(void)
if (err < 0)
fprintf(stderr, "Error getting packet count.");
- printf("Number of packets in packet table after five appends: %d\n", count);
+ printf("Number of packets in packet table after five appends: %llu\n", count);
/* Initialize packet table's "current record" */
ptable.ResetIndex();