From ea7b995476576bc6850fd837a69e34c427333b88 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 29 Aug 2007 08:19:57 -0500 Subject: [svn-r14124] Description: Fix typo H5Gopenw -> H5Gopen2 Tested on: FreeBSD/32 6.2 (duty) --- examples/h5_extlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/h5_extlink.c b/examples/h5_extlink.c index 0f86135..f40e509 100644 --- a/examples/h5_extlink.c +++ b/examples/h5_extlink.c @@ -173,7 +173,7 @@ static void extlink_prefix_example(void) H5Gclose(group_id); /* Each file has had a group created inside it using the same external link. */ - group_id = H5Gopenw(red_file_id, "pink", H5P_DEFAULT); + group_id = H5Gopen2(red_file_id, "pink", H5P_DEFAULT); group2_id = H5Gopen2(blue_file_id, "sky blue", H5P_DEFAULT); /* Clean up our open IDs */ -- cgit v0.12