diff options
-rw-r--r-- | src/H5FDsrb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDsrb.c b/src/H5FDsrb.c index f137491..09354a5 100644 --- a/src/H5FDsrb.c +++ b/src/H5FDsrb.c @@ -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 */ } |