diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2002-04-30 17:09:35 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2002-04-30 17:09:35 (GMT) |
commit | 2d2e785e2de2b4b427717095e8cfe0b35730c2ee (patch) | |
tree | 70082a7259e32110db4cfdb27cb50ec8eb9b23b8 /test/links.c | |
parent | e91c406e0606f428094fbaedfa7e049724d20579 (diff) | |
download | hdf5-2d2e785e2de2b4b427717095e8cfe0b35730c2ee.zip hdf5-2d2e785e2de2b4b427717095e8cfe0b35730c2ee.tar.gz hdf5-2d2e785e2de2b4b427717095e8cfe0b35730c2ee.tar.bz2 |
[svn-r5293]
Purpose:
Bug Fix
Description:
Using "grp1", "grp2" variable names conflicts Windows' internal variable
definition.
Solution:
Rename them.
Platforms tested:
Linux 2.2
Diffstat (limited to 'test/links.c')
-rw-r--r-- | test/links.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/links.c b/test/links.c index 1d99a73..0684c11 100644 --- a/test/links.c +++ b/test/links.c @@ -361,7 +361,7 @@ cklinks(hid_t fapl) static int ck_new_links(hid_t fapl) { - hid_t file, dset, grp2; + hid_t file; H5G_stat_t sb_dset, sb_hard1, sb_hard2, sb_soft1, sb_soft2; char filename[1024]; char linkval[1024]; |