]> Pileus Git - ~andy/gtk/blobdiff - tests/pixbuf-threads.c
tooltip-text and tooltip-markup properties: Interpret an empty string as a
[~andy/gtk] / tests / pixbuf-threads.c
index 5a8ce5f6225a0b55a2f70fb0b7b4434e65dcd698..267efe9b370c668a3eed4bb17e8e62e6d9f0ddd0 100644 (file)
@@ -18,7 +18,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
  */
 
-#include <config.h>
+#include "config.h"
 #include "gdk-pixbuf/gdk-pixbuf.h"
 #include <stdio.h>
 #include <stdlib.h>
@@ -33,7 +33,7 @@ load_image (gpointer  data,
   gchar *filename = data;
   FILE *file;
   int nbytes;
-  char buf[1024];
+  guchar buf[1024];
   size_t bufsize = 1024;
   GdkPixbufLoader *loader;
   GError *error = NULL;