]> git.pld-linux.org Git - packages/gdome2.git/blame - format-security.patch
- added no-common patch to fix build with -fno-common, gcc 10+ default; release 16
[packages/gdome2.git] / format-security.patch
CommitLineData
2f99d795
WF
1--- gdome2-0.8.1/test/bench.c.orig 2014-01-16 13:56:54.982592291 +0100
2+++ gdome2-0.8.1/test/bench.c 2014-01-16 13:57:38.962349831 +0100
3@@ -81,7 +81,7 @@ void traversal (GdomeElement *el) {
4 break;
5 case GDOME_TEXT_NODE:
6 str = gdome_t_data ((GdomeText *)child, &exc);
7- printf (str->str);
8+ fputs (str->str, stdout);
9 gdome_str_unref (str);
10 break;
11 }
This page took 0.177729 seconds and 4 git commands to generate.