show filename in error message
This commit is contained in:
parent
ca8cdfe940
commit
c305c981c3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50832
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ while(<IN>) {
|
|||
close IN;
|
||||
|
||||
if (not defined($x)) {
|
||||
die "Error: no BoundingBox found.\n";
|
||||
die "Error: no BoundingBox found: $file\n";
|
||||
}
|
||||
|
||||
$width -= $x;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue