diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-06-05 19:33:13 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-06-05 19:33:13 (GMT) |
commit | 6a672a783b42b6ad061c88b055dd92bb6cb71270 (patch) | |
tree | 18a0a3bd1fb3efc3b939481459bb395edfe092cd /src/H5D.c | |
parent | 95eeb50f0f099e81aabaa98207bc8154603b7a1f (diff) | |
download | hdf5-6a672a783b42b6ad061c88b055dd92bb6cb71270.zip hdf5-6a672a783b42b6ad061c88b055dd92bb6cb71270.tar.gz hdf5-6a672a783b42b6ad061c88b055dd92bb6cb71270.tar.bz2 |
[svn-r8619] Purpose:
Fix makefiles, dependencies & manifest after source file rename.
Diffstat (limited to 'src/H5D.c')
-rw-r--r-- | src/H5D.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3887,7 +3887,7 @@ H5Ddebug(hid_t dset_id, unsigned UNUSED flags) herr_t ret_value=SUCCEED; /* Return value */ FUNC_ENTER_API(H5Ddebug, FAIL) - H5TRACE1("e","i",dset_id); + H5TRACE2("e","iIu",dset_id,flags); /* Check args */ if (NULL==(dset=H5I_object_verify(dset_id, H5I_DATASET))) |