summaryrefslogtreecommitdiffstats
path: root/src/H5Plapl.c
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2006-11-08 18:39:15 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2006-11-08 18:39:15 (GMT)
commita9350e86f0a04cc1f6aba59849063d4acfa1be7b (patch)
treea1697f96599952ab5d264c264b78d32eee576b56 /src/H5Plapl.c
parent8d5ea6dde8c60735407ee67feeb40af6715cf2e5 (diff)
downloadhdf5-a9350e86f0a04cc1f6aba59849063d4acfa1be7b.zip
hdf5-a9350e86f0a04cc1f6aba59849063d4acfa1be7b.tar.gz
hdf5-a9350e86f0a04cc1f6aba59849063d4acfa1be7b.tar.bz2
[svn-r12882] Changed bin/reconfigure to work on kagiso as well as on AFS Linux machines.
Updated to the latest versions of autotools. Tested on kagiso, heping, and juniper. Let me know if you have any problems.
Diffstat (limited to 'src/H5Plapl.c')
-rw-r--r--src/H5Plapl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Plapl.c b/src/H5Plapl.c
index e05e4b0..097ea35 100644
--- a/src/H5Plapl.c
+++ b/src/H5Plapl.c
@@ -381,7 +381,7 @@ H5Pget_elink_prefix(hid_t plist_id, char *prefix, size_t size)
ssize_t ret_value; /* Return value */
FUNC_ENTER_API(H5Pget_elink_prefix, FAIL)
- H5TRACE2("e","i*s",plist_id,prefix);
+ H5TRACE3("Zs","isz",plist_id,prefix,size);
/* Get the plist structure */
if(NULL == (plist = H5P_object_verify(plist_id, H5P_LINK_ACCESS)))