summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack_opttable.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2003-10-23 19:51:51 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2003-10-23 19:51:51 (GMT)
commitcf86beb9832c21db179fad5bb00f93bf413481cd (patch)
treec2f09c688ee1dc886e31c5bbef5249ea1af6dbf2 /tools/h5repack/h5repack_opttable.c
parentf4c4923193a14899b342e4ce37153b296ecd02db (diff)
downloadhdf5-cf86beb9832c21db179fad5bb00f93bf413481cd.zip
hdf5-cf86beb9832c21db179fad5bb00f93bf413481cd.tar.gz
hdf5-cf86beb9832c21db179fad5bb00f93bf413481cd.tar.bz2
[svn-r7717] Purpose:
new features of h5repack Description: added copy routine added parsing of command line arguments Platforms tested: linux, solaris, IRIX Misc. update:
Diffstat (limited to 'tools/h5repack/h5repack_opttable.c')
-rw-r--r--tools/h5repack/h5repack_opttable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_opttable.c b/tools/h5repack/h5repack_opttable.c
index ef78ecb..cd0e7a2 100644
--- a/tools/h5repack/h5repack_opttable.c
+++ b/tools/h5repack/h5repack_opttable.c
@@ -37,7 +37,7 @@ int options_table_init( options_table_t **tbl )
return -1;
}
- table->size = 3;
+ table->size = 30;
table->nelems = 0;
table->objs = (pack_info_t*) malloc(table->size * sizeof(pack_info_t));
if (table->objs==NULL) {