mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
14 lines
344 B
Diff
14 lines
344 B
Diff
diff --git a/wvRTF.c b/wvRTF.c
|
|
index 364d4e0..7253e53 100644
|
|
--- a/wvRTF.c
|
|
+++ b/wvRTF.c
|
|
@@ -192,7 +192,7 @@ output_rtfUserData (rtfUserData * ud)
|
|
rtf_output_char ('{');
|
|
|
|
/* font color */
|
|
- rtf_output (rtfColors[ud->cCol]);
|
|
+ rtf_output ("%s", rtfColors[ud->cCol]);
|
|
|
|
/* font face */
|
|
rtf_output ("\\f%d", ud->cFont);
|