summaryrefslogtreecommitdiffstats
path: root/src/H5CSprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-05-19 04:58:59 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-05-19 04:58:59 (GMT)
commit52d71bcd6f19c7b0adb6544f4c79df94eb1135e4 (patch)
treecc7b05a2d59865db11f02f409ffeadb52cb2afd1 /src/H5CSprivate.h
parenteff3014d975a3118360fa38660af910af804cdcd (diff)
downloadhdf5-52d71bcd6f19c7b0adb6544f4c79df94eb1135e4.zip
hdf5-52d71bcd6f19c7b0adb6544f4c79df94eb1135e4.tar.gz
hdf5-52d71bcd6f19c7b0adb6544f4c79df94eb1135e4.tar.bz2
[svn-r13770] Description:
Clean up various memory leaks, etc. Tested on: FreeBSD/32 6.2 (duty)
Diffstat (limited to 'src/H5CSprivate.h')
-rw-r--r--src/H5CSprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5CSprivate.h b/src/H5CSprivate.h
index 15fdc00..13f3b66 100644
--- a/src/H5CSprivate.h
+++ b/src/H5CSprivate.h
@@ -26,7 +26,7 @@
/* Private headers needed by this file */
#include "H5private.h"
-#define H5CS_NSLOTS 32 /*number of slots in an function stack */
+#define H5CS_NSLOTS 48 /*number of slots in an function stack */
/* A function stack */
typedef struct H5CS_t {