commit | f7ae0a261637bc9c09c0bf2fd89c8f1812403cda | [log] [tgz] |
---|---|---|
author | Tanguy Pruvot <tanguy.pruvot@gmail.com> | Mon Jul 04 05:30:48 2011 +0200 |
committer | Tanguy Pruvot <tanguy.pruvot@gmail.com> | Mon Jul 04 05:32:41 2011 +0200 |
tree | fa09e14c8fd9e7930570af8f2f0b16e9a58ee5aa | |
parent | 4aadeffdbf60ee05276b7c908829817b33ccbc54 [diff] [blame] |
reduce diff with official busybox, do not use %s on defined strings
diff --git a/networking/wget.c b/networking/wget.c index 731c23b..a74f789 100644 --- a/networking/wget.c +++ b/networking/wget.c
@@ -504,7 +504,7 @@ continue; /* yes */ #endif if (ferror(dfp)) - bb_perror_msg_and_die("%s", bb_msg_read_error); + bb_perror_msg_and_die(bb_msg_read_error); break; /* EOF, not error */ }