Commit ea828e55 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

msvcp90: Fixed strstreambuf_ctor_get implementation.

parent 50cfac7e
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment