summaryrefslogtreecommitdiffstats
path: root/src/H5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5.c')
-rw-r--r--src/H5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5.c b/src/H5.c
index d0fef4b..d31df68 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -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)) {