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/loginutils/getty.c b/loginutils/getty.c index d62c724..6245665 100644 --- a/loginutils/getty.c +++ b/loginutils/getty.c
@@ -462,7 +462,7 @@ if (read(STDIN_FILENO, &c, 1) < 1) { if (errno == EINTR || errno == EIO) exit(EXIT_SUCCESS); - bb_perror_msg_and_die("%s", bb_msg_read_error); + bb_perror_msg_and_die(bb_msg_read_error); } /* BREAK. If we have speeds to try,