mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r3364] Purpose:
Bug fix Description: Fix typo in variable name Platforms tested: Eyeballed...
This commit is contained in:
parent
503ae69aa0
commit
3ad685f720
@ -390,7 +390,7 @@ H5FD_srb_query(const UNUSED H5FD_t *_f, unsigned long *flags /* out */)
|
||||
|
||||
/* Set the VFL feature flags that this driver supports */
|
||||
if(flags) {
|
||||
*flgs = 0;
|
||||
*flags = 0;
|
||||
*flags|=H5FD_FEAT_DATA_SIEVE; /* OK to perform data sieving for faster raw data reads & writes */
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user