diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-01-16 19:39:56 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-01-16 19:39:56 (GMT) |
commit | 8d9a7d3eb74b40a685c523600afa56ce5436884d (patch) | |
tree | 448243a5116dc94422b35787bdceea9fe0c97198 /src/H5P.c | |
parent | 3cd25f13c918fca96e7d88da3bb1f06e49fe2cac (diff) | |
download | hdf5-8d9a7d3eb74b40a685c523600afa56ce5436884d.zip hdf5-8d9a7d3eb74b40a685c523600afa56ce5436884d.tar.gz hdf5-8d9a7d3eb74b40a685c523600afa56ce5436884d.tar.bz2 |
[svn-r4839] Purpose:
Bug fix
Description:
Missed CVS conflict in ifdef'd code
Solution:
Editted to remove CVS conflicted code.
Platforms tested:
FreeBSD 4.5 (sleipnir)
Diffstat (limited to 'src/H5P.c')
-rw-r--r-- | src/H5P.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -2451,18 +2451,11 @@ hsize_t H5Pget_buffer(hid_t plist_id, void **tconv/*out*/, void **bkg/*out*/) { H5P_genplist_t *plist; /* Property list pointer */ -<<<<<<< H5P.c - herr_t ret_value=SUCCEED; /* return value */ - - FUNC_ENTER (H5Pget_cache, FAIL); - H5TRACE3("h","ixx",plist_id,tconv,bkg); -======= size_t size; /* Type conversion buffer size */ hsize_t ret_value=0; /* Type conversion buffer size */ FUNC_ENTER (H5Pget_buffer, 0); H5TRACE3("h","ixx",plist_id,tconv,bkg); ->>>>>>> 1.183 /* Check arguments */ if (TRUE!=H5P_isa_class(plist_id,H5P_DATASET_XFER)) |