]> git.pld-linux.org Git - packages/lirc.git/blob - format-security.patch
full path to daemon
[packages/lirc.git] / format-security.patch
1 --- lirc-0.9.0/doc/man2html.c~  2011-03-25 23:28:18.000000000 +0100
2 +++ lirc-0.9.0/doc/man2html.c   2012-09-25 14:40:14.082497313 +0200
3 @@ -3027,7 +3027,7 @@
4         /*   for mosaic users */
5         printf("<HR>\n<A NAME=\"index\">&nbsp;</A><H2>Index</H2>\n<DL>\n");
6         manidx[mip]=0;
7 -       printf(manidx);
8 +       printf("%s", manidx);
9         if (subs) printf("</DL>\n");
10         printf("</DL>\n");
11         print_sig();
This page took 0.084685 seconds and 3 git commands to generate.