msvcirt: Make sure a FIXME doesn't overflow.
This commit is contained in:
parent
64144519a0
commit
de1b44892d
|
@ -68,7 +68,7 @@ void * __stdcall MSVCIRT_operator_sl_int(class_ostream * _this, int integer)
|
||||||
DEFINE_THISCALL_WRAPPER(MSVCIRT_operator_sl_pchar,8)
|
DEFINE_THISCALL_WRAPPER(MSVCIRT_operator_sl_pchar,8)
|
||||||
void * __stdcall MSVCIRT_operator_sl_pchar(class_ostream * _this, const char * string)
|
void * __stdcall MSVCIRT_operator_sl_pchar(class_ostream * _this, const char * string)
|
||||||
{
|
{
|
||||||
FIXME("(%p)->(%s) stub\n", _this, string);
|
FIXME("(%p)->(%s) stub\n", _this, debugstr_a(string));
|
||||||
return _this;
|
return _this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue