From 21906d0b7c9639d49fedc6349853bba61fd25527 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 11 Jun 2001 14:54:19 -0500 Subject: [svn-r3985] Purpose: Code cleanups Description: Fixed a small number of compiler warnings. Platforms tested: FreeBSD 4.3 (hawkwind) --- tools/h5toh4/h5toh4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- cgit v0.12