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:37:08 (GMT)
committerGitHub <noreply@github.com>2021-02-05 22:37:08 (GMT)
commit3a04f2995bbbd664d7bd27ca21f48634abea6bc4 (patch)
tree02a8a503939ca5e232f152cb360ef7f7ca10c612 /hl/c++/examples/ptExampleFL.cpp
parent197751c5af9692f5d18af723251247c97050b93d (diff)
downloadhdf5-3a04f2995bbbd664d7bd27ca21f48634abea6bc4.zip
hdf5-3a04f2995bbbd664d7bd27ca21f48634abea6bc4.tar.gz
hdf5-3a04f2995bbbd664d7bd27ca21f48634abea6bc4.tar.bz2
1 10 changes for sanitize=address (#313)
* HDFFV-10865 - merge from dev, HDFArray perf fix. * Remove duplicate setting * Whitespace changes after clang format * Undo version 11 clang format changes * Merge CMake changes from develop * test testing script merge from develop * Update supported platforms * PR#3 merge 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 d0b62da..3b1c655 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();