repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to extra-x86_64
[arch-packages.git]
/
wv
/
repos
/
extra-x86_64
/
wv-1.2.9-format_security.patch
blob
0bb7ac21f2c18572fb81de45394ed72a02e94703
1
--- wv-1.2.9/wvRTF.c.orig 2013-12-12 17:03:41.635612853 -0500
2
+++ wv-1.2.9/wvRTF.c 2013-12-12 17:04:05.528003832 -0500
3
@@ -192,7 +192,7 @@
4
rtf_output_char ('{');
5
6
/* font color */
7
- rtf_output (rtfColors[ud->cCol]);
8
+ rtf_output ("%s", rtfColors[ud->cCol]);
9
10
/* font face */
11
rtf_output ("\\f%d", ud->cFont);