Parent Directory | Revision Log
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 |