From 3ad685f720ccfac505122fee4f39eecd8c3010c5 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 5 Feb 2001 16:50:03 -0500 Subject: [svn-r3364] Purpose: Bug fix Description: Fix typo in variable name Platforms tested: Eyeballed... --- src/H5FDsrb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ } -- cgit v0.12