Commit 1a58a703 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

winedump: Enlarge buffer in dump_want_n helper.

parent bed6f9df
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment