gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r9843 - Extractor/src/plugins


From: gnunet
Subject: [GNUnet-SVN] r9843 - Extractor/src/plugins
Date: Mon, 21 Dec 2009 12:47:38 +0100

Author: grothoff
Date: 2009-12-21 12:47:38 +0100 (Mon, 21 Dec 2009)
New Revision: 9843

Modified:
   Extractor/src/plugins/thumbnailqt_extractor.cc
Log:
fixing CID 197

Modified: Extractor/src/plugins/thumbnailqt_extractor.cc
===================================================================
--- Extractor/src/plugins/thumbnailqt_extractor.cc      2009-12-21 11:46:35 UTC 
(rev 9842)
+++ Extractor/src/plugins/thumbnailqt_extractor.cc      2009-12-21 11:47:38 UTC 
(rev 9843)
@@ -124,11 +124,6 @@
       delete img;
       return 1;
     }
-  if (height == 0)
-    height = 1;
-  if (width == 0)
-    width = 1;
-
   /* Change color depth */
   QImage thumb = img->convertToFormat(colors);
   delete img;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]