]> git.pld-linux.org Git - packages/tomoe.git/blob - tomoe-format.patch
- release 13 (by relup.sh)
[packages/tomoe.git] / tomoe-format.patch
1 --- tomoe-0.6.0/lib/tomoe-xml-parser.c.orig     2012-11-13 16:07:39.936025612 +0100
2 +++ tomoe-0.6.0/lib/tomoe-xml-parser.c  2012-11-13 17:22:39.095836800 +0100
3 @@ -82,7 +82,7 @@
4  
5      *error = g_error_new (G_MARKUP_ERROR,
6                            G_MARKUP_ERROR_INVALID_CONTENT,
7 -                          buf);
8 +                          "%s", buf);
9  }
10  
11  static void
This page took 0.038184 seconds and 3 git commands to generate.