[svn-r11404] Purpose: Maintenance

Description:  Brought back changes from SX-6.

Solution: Program  will not compile. Fixed.

Platforms tested: SX-6, heping and mir with new g95

Misc. update:
This commit is contained in:
Elena Pourmal 2005-09-12 22:21:00 -05:00
parent 8d2783a2e0
commit 946f03bd2c
2 changed files with 2 additions and 1 deletions

View File

@ -108,7 +108,7 @@ free_ref_path_info(void *item, void UNUSED *key, void UNUSED *operator_data/*in,
{
ref_path_node_t *node = (ref_path_node_t *)item;
HDfree(node->path);
HDfree((void *)node->path);
HDfree(node);
return(0);

View File

@ -20,6 +20,7 @@
* for h5repart test.
*/
#include "hdf5.h"
#include "H5private.h"
#define KB 1024
#define FAMILY_NUMBER 4