gimp r26130 - in trunk: . plug-ins/selection-to-path
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r26130 - in trunk: . plug-ins/selection-to-path
- Date: Fri, 11 Jul 2008 14:52:30 +0000 (UTC)
Author: neo
Date: Fri Jul 11 14:52:30 2008
New Revision: 26130
URL: http://svn.gnome.org/viewvc/gimp?rev=26130&view=rev
Log:
2008-07-11  Sven Neumann  <sven gimp org>
	* plug-ins/selection-to-path/pxl-outline.c (append_coordinate):
	use g_printerr() for debug output.
Modified:
   trunk/ChangeLog
   trunk/plug-ins/selection-to-path/pxl-outline.c
Modified: trunk/plug-ins/selection-to-path/pxl-outline.c
==============================================================================
--- trunk/plug-ins/selection-to-path/pxl-outline.c	(original)
+++ trunk/plug-ins/selection-to-path/pxl-outline.c	Fri Jul 11 14:52:30 2008
@@ -21,8 +21,6 @@
 
 #include "config.h"
 
-#include <stdlib.h>
-
 #include "global.h"
 #include "selection-to-path.h"
 #include "bitmap.h"
@@ -253,7 +251,7 @@
       break;
 
     default:
-      printf ("append_coordinate: Bad edge (%d)", edge);
+      g_printerr ("append_coordinate: Bad edge (%d)", edge);
     }
 
   append_outline_pixel (o, c);
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]