gegl r2756 - in trunk: . gegl/operation
- From: martinn svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2756 - in trunk: . gegl/operation
- Date: Sat, 15 Nov 2008 15:47:54 +0000 (UTC)
Author: martinn
Date: Sat Nov 15 15:47:54 2008
New Revision: 2756
URL: http://svn.gnome.org/viewvc/gegl?rev=2756&view=rev
Log:
* gegl/operation/gegl-operation-context.c (emptybuf): Address
valid compiler warning.
Modified:
trunk/ChangeLog
trunk/gegl/operation/gegl-operation-context.c
Modified: trunk/gegl/operation/gegl-operation-context.c
==============================================================================
--- trunk/gegl/operation/gegl-operation-context.c (original)
+++ trunk/gegl/operation/gegl-operation-context.c Sat Nov 15 15:47:54 2008
@@ -332,7 +332,7 @@
if (!empty)
{
GeglRectangle rect={0,0,0,0};
- empty = gegl_buffer_new (&empty, babl_format ("RGBA float"));
+ empty = gegl_buffer_new (&rect, babl_format ("RGBA float"));
}
return empty;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]