msvcirt: Make sure a FIXME doesn't overflow.

oldstable
Jerome Leclanche 2009-10-31 21:13:49 +02:00 committed by Alexandre Julliard
parent 64144519a0
commit de1b44892d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}