[gegl] add missing basepath to gegl_serialize() call
- From: Nils Philippsen <nphilipp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] add missing basepath to gegl_serialize() call
- Date: Fri, 22 Apr 2016 12:31:18 +0000 (UTC)
commit 70b50aa84921dddfcdc956fa578d57353f46879e
Author: Nils Philippsen <nils redhat com>
Date: Fri Apr 22 14:30:53 2016 +0200
add missing basepath to gegl_serialize() call
bin/gegl.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bin/gegl.c b/bin/gegl.c
index 6fcc28c..7cdb950 100644
--- a/bin/gegl.c
+++ b/bin/gegl.c
@@ -213,7 +213,7 @@ main (gint argc,
if (o->serialize)
{
fprintf (stderr, "%s\n", gegl_serialize (iter,
- gegl_node_get_producer (proxy, "input", NULL)));
+ gegl_node_get_producer (proxy, "input", NULL), "/"));
}
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]