summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2001-06-11 19:54:19 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2001-06-11 19:54:19 (GMT)
commit21906d0b7c9639d49fedc6349853bba61fd25527 (patch)
treefd1c6174b6dd6578291b408ab6694e6ac011dcde /tools
parentc46ac986c51aa94fd42af13da3519f41407f40b1 (diff)
downloadhdf5-21906d0b7c9639d49fedc6349853bba61fd25527.zip
hdf5-21906d0b7c9639d49fedc6349853bba61fd25527.tar.gz
hdf5-21906d0b7c9639d49fedc6349853bba61fd25527.tar.bz2
[svn-r3985] Purpose:
Code cleanups Description: Fixed a small number of compiler warnings. Platforms tested: FreeBSD 4.3 (hawkwind)
Diffstat (limited to 'tools')
-rw-r--r--tools/h5toh4/h5toh4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5toh4/h5toh4.c b/tools/h5toh4/h5toh4.c
index 853bfd8..f5b2e93 100644
--- a/tools/h5toh4/h5toh4.c
+++ b/tools/h5toh4/h5toh4.c
@@ -315,7 +315,7 @@ int h5toh4(char *h5_filename, char *h4_filename)
hid_t (*func)(void*);
- find_objs_t *info = malloc(sizeof(find_objs_t));
+ find_objs_t *info = HDmalloc(sizeof(find_objs_t));