-
- Downloads
There was an error fetching the commit references. Please try again later.
[BUILTIN] Remove unnecessary restoration of format string in printf
Currently we try to preserve the format string which is stored in
argv after temporarily modifying it. This is unnecessary as it's
only ever used once. This patch gets rid of it.
Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>