/[packages]/cauldron/wv/current/SOURCES/wv-1.2.4-fix-str-fmt.patch
ViewVC logotype

Contents of /cauldron/wv/current/SOURCES/wv-1.2.4-fix-str-fmt.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 59330 - (show annotations) (download)
Fri Feb 25 07:56:04 2011 UTC (13 years, 7 months ago) by ennael
File size: 383 byte(s)
imported package wv
1 diff -uNr wv-1.2.4.ori/wvRTF.c wv-1.2.4/wvRTF.c
2 --- wv-1.2.4.ori/wvRTF.c 2009-05-21 05:45:45.000000000 +0200
3 +++ wv-1.2.4/wvRTF.c 2009-05-21 05:51:26.000000000 +0200
4 @@ -192,7 +192,7 @@
5 rtf_output_char ('{');
6
7 /* font color */
8 - rtf_output (rtfColors[ud->cCol]);
9 + rtf_output ("%s", rtfColors[ud->cCol]);
10
11 /* font face */
12 rtf_output ("\\f%d", ud->cFont);

  ViewVC Help
Powered by ViewVC 1.1.30