]> git.sur5r.net Git - pdfstitch/blobdiff - pdfstitch
Fix x/y typo
[pdfstitch] / pdfstitch
index e60a2b17466c7a1a765997f2989a575eddccf37b..2a46d0e9c71b3a903ceafd9059e3d79c98f5a06b 100755 (executable)
--- a/pdfstitch
+++ b/pdfstitch
@@ -134,7 +134,7 @@ else
             next if $pagenr eq "blank";
 
             my $llx = $meta->{x} + $meta->{pageoffsets}->{$pagenr}->{x};
-            my $lly = $meta->{y} + $meta->{pageoffsets}->{$pagenr}->{x};
+            my $lly = $meta->{y} + $meta->{pageoffsets}->{$pagenr}->{y};
             my $urx = $meta->{width};
             my $ury = $meta->{height};