gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r954 - Extractor/src/plugins/thumbnail


From: durner
Subject: [GNUnet-SVN] r954 - Extractor/src/plugins/thumbnail
Date: Sat, 18 Jun 2005 08:34:42 -0700 (PDT)

Author: durner
Date: 2005-06-18 08:34:39 -0700 (Sat, 18 Jun 2005)
New Revision: 954

Modified:
   Extractor/src/plugins/thumbnail/thumbnailextractor.c
Log:
MinGW

Modified: Extractor/src/plugins/thumbnail/thumbnailextractor.c
===================================================================
--- Extractor/src/plugins/thumbnail/thumbnailextractor.c        2005-06-18 
11:23:37 UTC (rev 953)
+++ Extractor/src/plugins/thumbnail/thumbnailextractor.c        2005-06-18 
15:34:39 UTC (rev 954)
@@ -95,6 +95,7 @@
   const char * mime;
   int j;
   char * format;
+  GError *err = NULL;
 
   /* if the mime-type of the file is not whitelisted
      do not run the thumbnail extactor! */
@@ -112,7 +113,7 @@
     return prev;
 
   in = gdk_pixbuf_new_from_file(filename,
-                               NULL);
+                               &err);
   if (in == NULL)
     return prev;
   height = gdk_pixbuf_get_height(in);





reply via email to

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