summaryrefslogtreecommitdiffstats
path: root/test/tmisc.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-02-19 19:36:52 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-02-19 19:36:52 (GMT)
commit0a9ad6a46eadfb6c270bfdba114374c6cb95b063 (patch)
tree803b0ea0e4af156b20b0533d841b5d09d0c901de /test/tmisc.c
parent0e515209b26676bcc93e1ca412ecc026ad8d6312 (diff)
downloadhdf5-0a9ad6a46eadfb6c270bfdba114374c6cb95b063.zip
hdf5-0a9ad6a46eadfb6c270bfdba114374c6cb95b063.tar.gz
hdf5-0a9ad6a46eadfb6c270bfdba114374c6cb95b063.tar.bz2
[svn-r16494] Description:
Bring r16483 back from trunk: Clean up (i.e. remove) more internal calls to H5E_clear_stack(), along with some other minor code cleanups. Tested on: Mac OS X/32 10.5.6 (amazon) (too minor to require h5committest)
Diffstat (limited to 'test/tmisc.c')
-rw-r--r--test/tmisc.c2
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 */