[svn-r3364] Purpose:

Bug fix
Description:
    Fix typo in variable name
Platforms tested:
    Eyeballed...
This commit is contained in:
Quincey Koziol 2001-02-05 16:50:03 -05:00
parent 503ae69aa0
commit 3ad685f720

View File

@ -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 */
}