summaryrefslogtreecommitdiffstats
path: root/src/H5FO.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-09-30 02:21:53 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-09-30 02:21:53 (GMT)
commit383300afc95489a2b991e6640da750ace0e0758b (patch)
treef2b18b734bde07cfd3e4ddf605801341174427a1 /src/H5FO.c
parenta5e00d17bd196c63c21caf6af9832d4d8f77728f (diff)
downloadhdf5-383300afc95489a2b991e6640da750ace0e0758b.zip
hdf5-383300afc95489a2b991e6640da750ace0e0758b.tar.gz
hdf5-383300afc95489a2b991e6640da750ace0e0758b.tar.bz2
[svn-r9341] Purpose:
Bug fix Description: Correct a couple of typos in the recent object resurrection code. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel Too minor to require h5committest
Diffstat (limited to 'src/H5FO.c')
-rw-r--r--src/H5FO.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FO.c b/src/H5FO.c
index 849a4db..d29712e 100644
--- a/src/H5FO.c
+++ b/src/H5FO.c
@@ -128,7 +128,7 @@ H5FO_opened(const H5F_t *f, haddr_t addr)
open_obj=H5TB_NODE_DATA(obj_node);
assert(open_obj);
ret_value=open_obj->obj;
- assert(ret_value>0);
+ assert(ret_value!=NULL);
} /* end if */
else
ret_value=NULL;