Merge pull request #1681 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:is_accessible_test_love to develop
* commit '0c896fcdf9ebde870ead2dcee9a82e135554c28d': Missed an env check before strcmp.
This commit is contained in:
@@ -610,7 +610,7 @@ h5_fixname_real(const char *base_name, hid_t fapl, const char *_suffix,
|
||||
if(!env)
|
||||
env = HDF5_DRIVER;
|
||||
#endif
|
||||
if(!HDstrcmp(env, "split")) {
|
||||
if(env && !HDstrcmp(env, "split")) {
|
||||
/* split VFD */
|
||||
if(subst_for_superblock)
|
||||
suffix = "-m.h5";
|
||||
|
||||
Reference in New Issue
Block a user