splash/Splash.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fbdf0cfc26cb686677e865b109a283b20231a2d3
Author: Albert Astals Cid <[email protected]>
Date: Wed Dec 2 01:05:16 2020 +0100
typo
diff --git a/splash/Splash.cc b/splash/Splash.cc
index b3ed3d6f..10a2894d 100644
--- a/splash/Splash.cc
+++ b/splash/Splash.cc
@@ -2829,7 +2829,7 @@ void Splash::arbitraryTransformMask(SplashImageMaskSource
src, void *srcData, in
vx[3] = mat[0] + mat[4];
vy[3] = mat[1] + mat[5];
- // make sure cx/vy fit in integers since we're transforming them to in the
next lines
+ // make sure vx/vy fit in integers since we're transforming them to in the
next lines
for (i = 0; i < 4; ++i) {
if (unlikely(vx[i] < INT_MIN || vx[i] > INT_MAX || vy[i] < INT_MIN ||
vy[i] > INT_MAX)) {
error(errInternal, -1, "arbitraryTransformMask vertices values
don't fit in an integer");
_______________________________________________
poppler mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/poppler