mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
better error message
This commit is contained in:
parent
9949b2cadb
commit
ee8919d362
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ sub parseAndSort() {
|
|||
die "word too long" if @word > 15;
|
||||
}
|
||||
} elsif ($gKillIfMissing) {
|
||||
die "char $byt (", $byt+0, ") not in map file $gTableFile\n";
|
||||
die "$0: chr $byt (", $byt+0, ") not in map file $gTableFile\n";
|
||||
} else {
|
||||
$dropWord = 1;
|
||||
splice @word; # lose anything we already have
|
||||
|
|
Loading…
Reference in a new issue