mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
fix to print contents again
This commit is contained in:
parent
8e911fef05
commit
8f4c0169b4
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/perl -C
|
||||
#!/usr/bin/perl
|
||||
#
|
||||
# Copyright 2004 - 2009 by Eric House (xwords@eehouse.org)
|
||||
# Copyright 2004 - 2012 by Eric House (xwords@eehouse.org)
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
|
@ -261,6 +261,7 @@ sub prepXWD($$$$) {
|
|||
} elsif( $gDescOnly ) {
|
||||
print STDOUT $gDesc, "\n";
|
||||
} else {
|
||||
$done = 0;
|
||||
printf STDERR "at 0x%x before header read\n", systell($fh);
|
||||
# skip xloc header
|
||||
$nRead = sysread( $fh, $buf, 2 );
|
||||
|
|
Loading…
Reference in a new issue