*** empty log message ***
[uccvend-snackrom.git] / 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