[maemo-commits] [maemo-commits] r18540 - projects/haf/trunk/hildon-thumbnail/daemon/plugins

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri May 29 13:54:35 EEST 2009
Author: pvanhoof
Date: 2009-05-29 13:54:34 +0300 (Fri, 29 May 2009)
New Revision: 18540

Modified:
   projects/haf/trunk/hildon-thumbnail/daemon/plugins/epeg-plugin.c
Log:
Bugfix

Modified: projects/haf/trunk/hildon-thumbnail/daemon/plugins/epeg-plugin.c
===================================================================
--- projects/haf/trunk/hildon-thumbnail/daemon/plugins/epeg-plugin.c	2009-05-29 09:45:36 UTC (rev 18539)
+++ projects/haf/trunk/hildon-thumbnail/daemon/plugins/epeg-plugin.c	2009-05-29 10:54:34 UTC (rev 18540)
@@ -421,7 +421,7 @@
 
 		// printf ("%dx%d -> %dx%d\n", ow, oh, ww, wh);
 
-		if (ow < LARGE || oh < LARGE) {
+		if (ow < 256 || oh < 256) {
 			/* Epeg doesn't behave as expected when the destination is larger
 			 * than the source */
 


More information about the maemo-commits mailing list