[poppler] poppler/CairoRescaleBox.cc

Carlos Garcia Campos carlosgc at kemper.freedesktop.org
Sat Feb 4 02:23:50 PST 2012


 poppler/CairoRescaleBox.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e3d80c79815ce46daf3c3f2b944f49eaf19bfea5
Author: Hib Eris <hib at hiberis.nl>
Date:   Tue Jan 31 14:42:04 2012 +0100

    Fix return value of downscale_box_filter()
    
    Fixes bug #45441.

diff --git a/poppler/CairoRescaleBox.cc b/poppler/CairoRescaleBox.cc
index 234322a..943e9f7 100644
--- a/poppler/CairoRescaleBox.cc
+++ b/poppler/CairoRescaleBox.cc
@@ -347,5 +347,5 @@ cleanup:
     free (y_coverage);
     free (temp_buf);
 
-    return gTrue;
+    return retval;
 }


More information about the poppler mailing list