commit bf3797d6e9cc0e60cb5ca323062c92c5d383a916 parent f02e1adc0d4fb2f5179317ce6b798c8147eaeaa7 Author: Antoine Amarilli <a3nm@a3nm.net> Date: Sun, 16 Dec 2012 09:30:51 +0100 fix ER Diffstat:
length.pl | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/length.pl b/length.pl @@ -7,7 +7,7 @@ my $i; while (<>) { chop; - if (/^([^ ]*)( [^\/].*)$/ and not /^MASTER/) { + if (/^([^ ]*)( [^\/].*)$/ and not /^ER/) { #for ($i = 0; $i < $offset; $i++) { # print " "; #}