hdf5/tools
David Young c302773438
Sprinkle H5_ATTR_FORMAT over printf(3)-like functions in tools and fix issues (#1423)
* Correct some conversion specifications.

* Replace many "%lld" occurrences with "%" PRIuHSIZE except for a few
instances where PRIdHSIZE was appropriate.  Remove a couple of casts and
use correct format strings, instead.

* Copy values from a possibly unaligned buffer to aligned local variables
instead of casting and dereferencing pointers into the buffer.

* Committing clang-format changes

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-21 15:31:57 -06:00
..
lib Sprinkle H5_ATTR_FORMAT over printf(3)-like functions in tools and fix issues (#1423) 2022-02-21 15:31:57 -06:00
libtest Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
src Sprinkle H5_ATTR_FORMAT over printf(3)-like functions in tools and fix issues (#1423) 2022-02-21 15:31:57 -06:00
test Snprintf2 (#1399) 2022-01-28 16:43:48 -06:00
testfiles
CMakeLists.txt
Makefile.am