mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[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:
parent
8d2783a2e0
commit
946f03bd2c
@ -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);
|
||||
|
@ -20,6 +20,7 @@
|
||||
* for h5repart test.
|
||||
*/
|
||||
#include "hdf5.h"
|
||||
#include "H5private.h"
|
||||
|
||||
#define KB 1024
|
||||
#define FAMILY_NUMBER 4
|
||||
|
Loading…
Reference in New Issue
Block a user