Piotr Caban : msvcp90/tests: Fix typo in loaded function name.

Alexandre Julliard julliard at winehq.org
Tue Nov 23 09:38:22 CST 2010


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

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Sat Nov 20 15:07:22 2010 +0100

msvcp90/tests: Fix typo in loaded function name.

---

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

diff --git a/dlls/msvcp90/tests/string.c b/dlls/msvcp90/tests/string.c
index 15e46a4..7a9dabc 100644
--- a/dlls/msvcp90/tests/string.c
+++ b/dlls/msvcp90/tests/string.c
@@ -286,7 +286,7 @@ static BOOL init(void)
         p_basic_string_char_append = (void*)GetProcAddress(msvcp,
                 "?append@?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@QEAAAEAV12 at AEBV12@@Z");
         p_basic_string_char_append_substr = (void*)GetProcAddress(msvcp,
-                "?append@?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@QEAAAEAV12 at AEBV12@_K1 at Z ");
+                "?append@?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@QEAAAEAV12 at AEBV12@_K1 at Z");
 
         p_basic_string_wchar_ctor = (void*)GetProcAddress(msvcp,
                 "??0?$basic_string at _WU?$char_traits at _W@std@@V?$allocator at _W@2@@std@@QEAA at XZ");




More information about the wine-cvs mailing list