[svn-r8414] Purpose:

bug fix

Description:
added compability for the 1.4 version

Solution:

Platforms tested:
free BSD
linux

Misc. update:
This commit is contained in:
Pedro Vicente Nunes
2004-04-23 16:25:33 -05:00
parent 507ab9cafb
commit af184d7e8c
16 changed files with 120 additions and 134 deletions

View File

@@ -53,7 +53,7 @@ static int diff_char(unsigned char *mem1,
int *ph);
static hbool_t is_zero(const void *_mem, size_t size);
static void close_obj(H5G_obj_t obj_type, hid_t obj_id);
static void close_obj(H5G_obj_t1 obj_type, hid_t obj_id);
static int diff_region(hid_t region1_id, hid_t region2_id);
@@ -228,8 +228,8 @@ int diff_datum( void *_mem1,
size_t size;
int iszero1;
int iszero2;
H5G_obj_t obj1_type;
H5G_obj_t obj2_type;
H5G_obj_t1 obj1_type;
H5G_obj_t1 obj2_type;
hid_t obj1_id;
hid_t obj2_id;
H5G_stat_t sb1;
@@ -1673,7 +1673,7 @@ is_zero(const void *_mem, size_t size)
*/
static
void close_obj(H5G_obj_t obj_type, hid_t obj_id)
void close_obj(H5G_obj_t1 obj_type, hid_t obj_id)
{
switch (obj_type) {