Piotr Caban : msvcp90: Fixed strstreambuf_ctor_get implementation.

Alexandre Julliard julliard at winehq.org
Wed Oct 17 14:32:27 CDT 2012


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

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Wed Oct 17 09:57:39 2012 +0200

msvcp90: Fixed strstreambuf_ctor_get implementation.

---

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

diff --git a/dlls/msvcp90/ios.c b/dlls/msvcp90/ios.c
index 00a1b68..a3c44f2 100644
--- a/dlls/msvcp90/ios.c
+++ b/dlls/msvcp90/ios.c
@@ -12561,7 +12561,7 @@ strstreambuf* __thiscall strstreambuf_ctor_get(strstreambuf *this, const char *g
 {
     TRACE("(%p %p %ld)\n", this, g, len);
 
-    strstreambuf_ctor_get_put(this, NULL, 0, NULL);
+    strstreambuf_ctor_get_put(this, (char*)g, len, NULL);
     this->strmode |= STRSTATE_Constant;
     return this;
 }




More information about the wine-cvs mailing list