mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +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
|
# This program is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU General Public License
|
# modify it under the terms of the GNU General Public License
|
||||||
|
@ -261,6 +261,7 @@ sub prepXWD($$$$) {
|
||||||
} elsif( $gDescOnly ) {
|
} elsif( $gDescOnly ) {
|
||||||
print STDOUT $gDesc, "\n";
|
print STDOUT $gDesc, "\n";
|
||||||
} else {
|
} else {
|
||||||
|
$done = 0;
|
||||||
printf STDERR "at 0x%x before header read\n", systell($fh);
|
printf STDERR "at 0x%x before header read\n", systell($fh);
|
||||||
# skip xloc header
|
# skip xloc header
|
||||||
$nRead = sysread( $fh, $buf, 2 );
|
$nRead = sysread( $fh, $buf, 2 );
|
||||||
|
|
Loading…
Reference in a new issue