diff --git a/[refs] b/[refs] index c68fe2830a7f..a5ba100e4a4f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 39e874f8afbdb3745e2406ce4ecbde9ac4cbaa78 +refs/heads/master: adf26f84a62b492e002d3b75af671f23ddd3be0a diff --git a/trunk/lib/vsprintf.c b/trunk/lib/vsprintf.c index dc1674377009..708e505ce81f 100644 --- a/trunk/lib/vsprintf.c +++ b/trunk/lib/vsprintf.c @@ -843,7 +843,7 @@ static int format_decode(const char *fmt, struct printf_spec *spec) spec->precision = 0; } else if (*fmt == '*') { /* it's the next argument */ - spec->type = FORMAT_TYPE_WITDH; + spec->type = FORMAT_TYPE_PRECISION; return ++fmt - start; } }