diff options
Diffstat (limited to 'src/H5.c')
-rw-r--r-- | src/H5.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -808,7 +808,7 @@ HDfprintf (FILE *stream, const char *fmt, ...) } /* Type modifier */ - if (HDstrchr ("ZHhlq", *s)) { + if (HDstrchr ("ZHhlqL", *s)) { switch (*s) { case 'H': if (sizeof(hsize_t)<sizeof(long)) { |