commit | 7bb413255368e94395237d789f522891093c5774 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Mon Oct 27 15:53:48 2014 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Oct 27 15:53:48 2014 +0800 |
tree | 2d13bc391beab47e669c799a3af067915f42f619 | |
parent | 0f2b7ee05547fa06b9abb0643b0e3ca514050ab6 [diff] |
[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>