mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
winedbg: Increase buffer for function names.
This commit is contained in:
parent
ea361367ed
commit
3ea13c9c49
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue