summaryrefslogtreecommitdiffstats
path: root/src/H5HF.c
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2012-03-26 19:06:42 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2012-03-26 19:06:42 (GMT)
commit0035a10a22c79c7477024e48c2ec359d529deb48 (patch)
treec609b3acac3984fadf87c882cfdced1502b7a2cb /src/H5HF.c
parent4568da2c53b8389f744ea41a68c5ac0152d461df (diff)
downloadhdf5-0035a10a22c79c7477024e48c2ec359d529deb48.zip
hdf5-0035a10a22c79c7477024e48c2ec359d529deb48.tar.gz
hdf5-0035a10a22c79c7477024e48c2ec359d529deb48.tar.bz2
[svn-r22145] #Issue 7922 - H5Pset_data_transform had seg fault with some operations like x*-100.
The parser mistaked "-" as substraction. I fixed it and also fixed another problem with some special cases like 100-x and 2/x. This is a merge from the trunk. Tested on jam, koala, and ostrich.
Diffstat (limited to 'src/H5HF.c')
-rw-r--r--src/H5HF.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5HF.c b/src/H5HF.c
index 848cdfb..1f23bf2 100644
--- a/src/H5HF.c
+++ b/src/H5HF.c
@@ -361,6 +361,7 @@ H5HF_insert(H5HF_t *fh, hid_t dxpl_id, size_t size, const void *obj,
herr_t ret_value = SUCCEED;
FUNC_ENTER_NOAPI(FAIL)
+
#ifdef QAK
HDfprintf(stderr, "%s: size = %Zu\n", FUNC, size);
#endif /* QAK */