fix bufOvfl typo in parsing OptionFields

pull/119/head
Davide Andreuzza 7 years ago committed by Michael Zillgith
parent 256f55aaef
commit 832bb5e9f1

@ -94,7 +94,7 @@ public class OptionFields {
if (boolVal != null)
this.configRef = boolVal;
boolVal = ParserUtils.parseBooleanAttribute(optFieldsNode, "bufOvlf");
boolVal = ParserUtils.parseBooleanAttribute(optFieldsNode, "bufOvfl");
if (boolVal != null)
this.bufOvfl = boolVal;
}

Loading…
Cancel
Save