summaryrefslogtreecommitdiffstats
path: root/src/H5FDstream.c
diff options
context:
space:
mode:
authorDan Wells <dwells@cs.uiuc.edu>2000-11-08 14:33:19 (GMT)
committerDan Wells <dwells@cs.uiuc.edu>2000-11-08 14:33:19 (GMT)
commit7808e2adac098e16cc164fe5eb4c76129d7d8603 (patch)
tree8541f7a4ecea44a9db273867dd1b30aa71bef1ef /src/H5FDstream.c
parent6ce3609c2e32d4bf4484cfe6af55d112d723308d (diff)
downloadhdf5-7808e2adac098e16cc164fe5eb4c76129d7d8603.zip
hdf5-7808e2adac098e16cc164fe5eb4c76129d7d8603.tar.gz
hdf5-7808e2adac098e16cc164fe5eb4c76129d7d8603.tar.bz2
[svn-r2811]
Purpose: Bug fix. Description: The names of some entries did not correspond with the names in the FUNC_ENTER macro. This would cause inaccuracies during Pablo tracing. Solution: The names were changed in FUNC_ENTER to agree with the entry names. Platforms tested: Solaris, Irix, AIX, HP Vclass
Diffstat (limited to 'src/H5FDstream.c')
-rw-r--r--src/H5FDstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDstream.c b/src/H5FDstream.c
index e27a21f..d31d802 100644
--- a/src/H5FDstream.c
+++ b/src/H5FDstream.c
@@ -250,7 +250,7 @@ herr_t H5Pset_fapl_stream (hid_t fapl_id, H5FD_stream_fapl_t *fapl)
H5FD_stream_fapl_t user_fapl;
- FUNC_ENTER (H5FD_set_fapl_stream, FAIL);
+ FUNC_ENTER (H5Pset_fapl_stream, FAIL);
H5TRACE2 ("e", "ix", fapl_id, fapl);
if (H5P_FILE_ACCESS != H5Pget_class (fapl_id))