+ Fix extreme stack mode
This commit is contained in:
parent
ba044ab87b
commit
b319030530
|
@ -41,6 +41,7 @@ use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
my %mapping_truth = (
|
my %mapping_truth = (
|
||||||
|
0 => 'disabled',
|
||||||
1 => 'enable',
|
1 => 'enable',
|
||||||
2 => 'disable',
|
2 => 'disable',
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue