diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/tmisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tmisc.c b/test/tmisc.c index 875a92b..9ac2bc4 100644 --- a/test/tmisc.c +++ b/test/tmisc.c @@ -4882,7 +4882,7 @@ test_misc28(void) hsize_t count[] = {MISC28_SIZE, 1}; size_t nbytes_used; int nused; - char buf[10]; + char buf[MISC28_SIZE]; int i; herr_t ret; /* Generic return value */ |