diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-02-20 13:04:19 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-02-20 13:04:19 (GMT) |
commit | 5867b6db9ee1dc9ed5db953351dbefe405791f2b (patch) | |
tree | 4c984c6c099f0312580abe01d4ea70ae843e7358 /src/H5FD.c | |
parent | 3eeed2f1d558bd74c2360b31366e2650026d165f (diff) | |
download | hdf5-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |