Francois Gouget : user32/tests: Fix an ASCII / ANSI mixup in a dde ok() message.

Alexandre Julliard julliard at winehq.org
Thu Aug 26 15:22:30 CDT 2021


Module: wine
Branch: master
Commit: 2d52e16f2a6b2fc2971eb3dd071686a5d640ddc1
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=2d52e16f2a6b2fc2971eb3dd071686a5d640ddc1

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Aug 26 13:13:35 2021 +0200

user32/tests: Fix an ASCII / ANSI mixup in a dde ok() message.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/user32/tests/dde.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/user32/tests/dde.c b/dlls/user32/tests/dde.c
index 96cf210d542..888801dad90 100644
--- a/dlls/user32/tests/dde.c
+++ b/dlls/user32/tests/dde.c
@@ -2649,8 +2649,8 @@ static void test_end_to_end_server(void)
     HDDEDATA hdata;
     static const char test_service[] = "TestDDEService";
 
-    trace("client %s, server %s\n", unicode_client ? "unicode" : "ascii",
-            unicode_server ? "unicode" : "ascii");
+    trace("client %s, server %s\n", unicode_client ? "unicode" : "ansi",
+            unicode_server ? "unicode" : "ansi");
     server_pid = 0;
     msg_index = 0;
 




More information about the wine-cvs mailing list