fix fasc-n value of 1

relates #177
This commit is contained in:
Klas Lindfors
2018-12-18 09:25:05 +01:00
parent 5d1d044982
commit 79b86cf9bd
+1 -1
View File
@@ -38,7 +38,7 @@ use Bit::Vector;
my %encoding = ( my %encoding = (
0 => "00001", 0 => "00001",
1 => "10000", 1 => "00010",
2 => "00100", 2 => "00100",
3 => "00111", 3 => "00111",
4 => "01000", 4 => "01000",