missing error handling fixed

This commit is contained in:
2011-08-02 14:51:44 +00:00
parent 92d0cc5ae5
commit d2a55f9a90
+1 -1
View File
@@ -161,7 +161,7 @@ h5u_set_num_particles (
&start, &hstride, &count,
NULL) );
} else {
hdf5_select_none (u->diskshape);
TRY (hdf5_select_none (u->diskshape));
}
#endif
H5_CORE_API_RETURN (H5_SUCCESS);