Francois Gouget : jscript: Add a trailing '\n' to a Wine trace.

Alexandre Julliard julliard at winehq.org
Wed Sep 24 08:49:38 CDT 2008


Module: wine
Branch: master
Commit: db031bff74e7dae9ebf5a59bf4aeac6319199b19
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=db031bff74e7dae9ebf5a59bf4aeac6319199b19

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Sep 24 12:17:41 2008 +0200

jscript: Add a trailing '\n' to a Wine trace.

---

 dlls/jscript/string.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/jscript/string.c b/dlls/jscript/string.c
index d4f58cd..1ceb80a 100644
--- a/dlls/jscript/string.c
+++ b/dlls/jscript/string.c
@@ -457,7 +457,7 @@ static HRESULT String_slice(DispatchEx *dispex, LCID lcid, WORD flags, DISPPARAM
         str = string->str;
         length = string->length;
     }else {
-        FIXME("this is not a string class");
+        FIXME("this is not a string class\n");
         return E_NOTIMPL;
     }
 




More information about the wine-cvs mailing list