[PATCH 5/6] riched20: Remove the question marks from the generator string.

Huw Davies huw at codeweavers.com
Fri Oct 14 04:05:06 CDT 2016


Signed-off-by: Huw Davies <huw at codeweavers.com>
---
 dlls/riched20/writer.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dlls/riched20/writer.c b/dlls/riched20/writer.c
index d5563a1..44b9246 100644
--- a/dlls/riched20/writer.c
+++ b/dlls/riched20/writer.c
@@ -1025,8 +1025,7 @@ static BOOL ME_StreamOutRTF(ME_TextEditor *editor, ME_OutStream *pStream,
 
   /* TODO: stylesheet table */
 
-  /* FIXME: maybe emit something smarter for the generator? */
-  if (!ME_StreamOutPrint(pStream, "{\\*\\generator Wine Riched20 2.0.????;}"))
+  if (!ME_StreamOutPrint(pStream, "{\\*\\generator Wine Riched20 2.0;}"))
     return FALSE;
 
   /* TODO: information group */
-- 
2.8.2




More information about the wine-patches mailing list