remove annoying message.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@612 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard 2008-09-22 20:41:20 +00:00
parent cca92d4e38
commit b74e161a5a
1 changed files with 0 additions and 1 deletions

View File

@ -147,7 +147,6 @@ bool CharArrayFromFormatV(char* out, int outsize, const char* format, va_list ar
else
{
out[outsize - 1] = '\0';
PanicAlert("DANGER WILL ROBINSON! CharArrayFromFormatV overflowed.");
return false;
}
}