aboutsummaryrefslogtreecommitdiff
path: root/titlecomp.pl
diff options
context:
space:
mode:
Diffstat (limited to 'titlecomp.pl')
-rw-r--r--titlecomp.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/titlecomp.pl b/titlecomp.pl
index c8da677..58ce0d3 100644
--- a/titlecomp.pl
+++ b/titlecomp.pl
@@ -7,7 +7,7 @@ $datasize = 0x1700;
use bytes;
# skip xex header
-read(STDIN, our $junk, 6);
+#read(STDIN, our $junk, 6); # no longer need
read(STDIN, $data, $datasize);