summaryrefslogtreecommitdiffstats
path: root/src/H5L.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/H5L.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/H5L.c')
-rw-r--r--src/H5L.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5L.c b/src/H5L.c
index a50d6aa..d61b0d8 100644
--- a/src/H5L.c
+++ b/src/H5L.c
@@ -860,6 +860,7 @@ H5Lis_registered(H5L_type_t id)
htri_t ret_value = FALSE; /* Return value */
FUNC_ENTER_API(H5Lis_registered, FAIL)
+ H5TRACE1("t","Ll",id);
/* Check args */
if(id < 0 || id > H5L_TYPE_MAX)