Module: wine Branch: master Commit: a25c6f64b52654b4c9d99432d1596676f5994f7a URL: http://source.winehq.org/git/wine.git/?a=commit;h=a25c6f64b52654b4c9d99432d1... Author: Huw Davies <huw(a)codeweavers.com> Date: Fri Oct 14 10:05:06 2016 +0100 riched20: Remove the question marks from the generator string. Signed-off-by: Huw Davies <huw(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- 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 */