remove annoying message.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@612 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
cca92d4e38
commit
b74e161a5a
|
@ -147,7 +147,6 @@ bool CharArrayFromFormatV(char* out, int outsize, const char* format, va_list ar
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
out[outsize - 1] = '\0';
|
out[outsize - 1] = '\0';
|
||||||
PanicAlert("DANGER WILL ROBINSON! CharArrayFromFormatV overflowed.");
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue