2 Aug
2023
2 Aug
'23
7:48 a.m.
From: Piotr Caban <piotr(a)codeweavers.com> --- tools/winedump/dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/winedump/dump.c b/tools/winedump/dump.c index 1a97e3bb171..42916ac4fa3 100644 --- a/tools/winedump/dump.c +++ b/tools/winedump/dump.c @@ -65,7 +65,7 @@ void dump_data( const unsigned char *ptr, unsigned int size, const char *prefix static char* dump_want_n(unsigned sz) { - static char buffer[4 * 1024]; + static char buffer[64 * 1024]; static unsigned idx; char* ret; -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/3477