winedbg: Increase buffer for function names.

This commit is contained in:
André Hentschel 2011-05-31 20:17:34 +02:00 committed by Alexandre Julliard
parent ea361367ed
commit 3ea13c9c49
1 changed files with 1 additions and 1 deletions

View File

@ -833,7 +833,7 @@ void info_win32_exception(void)
break;
case EXCEPTION_WINE_STUB:
{
char dll[32], name[64];
char dll[32], name[256];
memory_get_string(dbg_curr_process,
(void*)rec->ExceptionInformation[0], TRUE, FALSE,
dll, sizeof(dll));