diff --git a/[refs] b/[refs] index 29ab40c657cc..025d1daecebe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3368dd29586c6460b629ac5b4f6b86a6fd3dd421 +refs/heads/master: 2840537228fba95e05cab1a6b5719c61982db279 diff --git a/trunk/lib/vsprintf.c b/trunk/lib/vsprintf.c index 33bed5e67a21..7830576018c0 100644 --- a/trunk/lib/vsprintf.c +++ b/trunk/lib/vsprintf.c @@ -598,11 +598,11 @@ static char *resource_string(char *buf, char *end, struct resource *res, struct printf_spec spec) { #ifndef IO_RSRC_PRINTK_SIZE -#define IO_RSRC_PRINTK_SIZE 4 +#define IO_RSRC_PRINTK_SIZE 6 #endif #ifndef MEM_RSRC_PRINTK_SIZE -#define MEM_RSRC_PRINTK_SIZE 8 +#define MEM_RSRC_PRINTK_SIZE 10 #endif struct printf_spec num_spec = { .base = 16,