+ Fix extreme stack mode

This commit is contained in:
garnier-quentin 2015-07-03 11:18:28 +02:00
parent ba044ab87b
commit b319030530
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ use strict;
use warnings;
my %mapping_truth = (
0 => 'disabled',
1 => 'enable',
2 => 'disable',
);