*** empty log message ***
authorMark Tearle <[email protected]>
Fri, 16 Nov 2001 09:56:06 +0000 (09:56 +0000)
committerMark Tearle <[email protected]>
Fri, 16 Nov 2001 09:56:06 +0000 (09:56 +0000)
ROM/fixvendbra.pl

index 2872854..496f98d 100644 (file)
@@ -46,7 +46,10 @@ sub convert {
 while(<>) {    
        chomp;
        $l = length;
-       if ($l != 33) {
+       if ($l == 42) {
+               print "$_\n";
+               next;
+       } elsif ($l != 33) {
                print "$_\n";
                next;
        } else {

UCC git Repository :: git.ucc.asn.au