gegl r2919 - in trunk: . operations/common



Author: martinn
Date: Sun Feb 15 19:49:29 2009
New Revision: 2919
URL: http://svn.gnome.org/viewvc/gegl?rev=2919&view=rev

Log:
Fix compilation warnings in operation introspect.c

Modified:
   trunk/ChangeLog
   trunk/operations/common/introspect.c

Modified: trunk/operations/common/introspect.c
==============================================================================
--- trunk/operations/common/introspect.c	(original)
+++ trunk/operations/common/introspect.c	Sun Feb 15 19:49:29 2009
@@ -47,7 +47,6 @@
   gchar        *escaped_png_filename = NULL;
   gchar        *dot_filename         = NULL;
   gchar        *xml                  = NULL;
-  gchar        *cmd                  = NULL;
   gchar        *dot_cmd              = NULL;
 
   if (op_introspect->chant_data)
@@ -58,7 +57,7 @@
   png_filename = g_build_filename (g_get_tmp_dir (), "gegl-introspect.png", NULL);
 
   /* Construct the .dot source */
-  dot_string = gegl_to_dot (op_introspect->node);
+  dot_string = gegl_to_dot (GEGL_NODE (op_introspect->node));
   g_file_set_contents (dot_filename, dot_string, -1, NULL);
 
   /* Process the .dot to a .png */



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