From: Dobrica Pavlinusic Date: Fri, 13 Aug 2010 22:00:08 +0000 (+0200) Subject: comment out non-woring decompression X-Git-Tag: Printer-EVOLIS-0.01~81 X-Git-Url: http://git.rot13.org/?p=Printer-EVOLIS.git;a=commitdiff_plain;h=93866bb59a5915d60cc08bcd677732037462cc04;ds=sidebyside comment out non-woring decompression --- diff --git a/evolis-printer.pl b/evolis-printer.pl index d37eddd..024c466 100755 --- a/evolis-printer.pl +++ b/evolis-printer.pl @@ -52,7 +52,10 @@ while(<>) { my ( $w, $h ) = ( 646, 1081 ); # from driver +=for non-working + my $data; + my $i = 0; while ( $i < length $comp ) { my $len = ord(substr($comp,$i,4)); @@ -63,6 +66,9 @@ while(<>) { $i += $len; } +=cut + + my $data = $comp; my $path = "page-Dbc-$color-$page.pbm"; $page++;