summaryrefslogtreecommitdiffstats
path: root/src/H5FD.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-02-20 13:04:19 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-02-20 13:04:19 (GMT)
commit5867b6db9ee1dc9ed5db953351dbefe405791f2b (patch)
tree4c984c6c099f0312580abe01d4ea70ae843e7358 /src/H5FD.c
parent3eeed2f1d558bd74c2360b31366e2650026d165f (diff)
downloadhdf5-5867b6db9ee1dc9ed5db953351dbefe405791f2b.zip
hdf5-5867b6db9ee1dc9ed5db953351dbefe405791f2b.tar.gz
hdf5-5867b6db9ee1dc9ed5db953351dbefe405791f2b.tar.bz2
[svn-r26246] Corrects a regular expression in the bin/trace Perl script that did not
match API calls which return a pointer. Fixes: HDFFV-9141 Tested on: h5committest
Diffstat (limited to 'src/H5FD.c')
-rw-r--r--src/H5FD.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5FD.c b/src/H5FD.c
index bbadd33..fc6937e 100644
--- a/src/H5FD.c
+++ b/src/H5FD.c
@@ -886,6 +886,7 @@ H5FDopen(const char *name, unsigned flags, hid_t fapl_id, haddr_t maxaddr)
H5FD_t *ret_value=NULL;
FUNC_ENTER_API(NULL)
+ H5TRACE4("*x", "*sIuia", name, flags, fapl_id, maxaddr);
/* Check arguments */
if(H5P_DEFAULT == fapl_id)