mirror of
https://github.com/reactos/wine.git
synced 2025-01-31 17:23:53 +00:00
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)
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user