[05/13] msvcirt: Implement ios::rdbuf

Iván Matellanes matellanesivan at gmail.com
Fri Jul 17 09:36:46 CDT 2015


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

diff --git a/dlls/msvcirt/msvcirt.c b/dlls/msvcirt/msvcirt.c
index d1c5509..dbb2ea3 100644
--- a/dlls/msvcirt/msvcirt.c
+++ b/dlls/msvcirt/msvcirt.c
@@ -1078,8 +1078,8 @@ void** __thiscall ios_pword(const ios *this, int index)
 DEFINE_THISCALL_WRAPPER(ios_rdbuf, 4)
 streambuf* __thiscall ios_rdbuf(const ios *this)
 {
-    FIXME("(%p) stub\n", this);
-    return NULL;
+    TRACE("(%p)\n", this);
+    return this->sb;
 }
 
 /* ?rdstate at ios@@QBEHXZ */
-- 
2.1.4




More information about the wine-patches mailing list