projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e11c34
)
Fix \l so it doesnt print the character as well as the tty, from old
author
Glenn L McGrath
<bug1@ihug.co.nz>
Tue, 13 May 2003 13:28:25 +0000
(13:28 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Tue, 13 May 2003 13:28:25 +0000
(13:28 -0000)
patch by Nick Fedchik
libbb/login.c
patch
|
blob
|
history
diff --git
a/libbb/login.c
b/libbb/login.c
index 092f1594ad87744ef9c2d96d58152b9f84cc2075..bd8035f41efc8e98034c1b785bb6e046a8097b52 100644
(file)
--- a/
libbb/login.c
+++ b/
libbb/login.c
@@
-17,7
+17,7
@@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: login.c,v 1.
2 2003/02/09 22:40:33
bug1 Exp $
+ * $Id: login.c,v 1.
3 2003/05/13 13:28:25
bug1 Exp $
*/
#include <stdio.h>
@@
-95,6
+95,7
@@
void print_login_issue(const char *issue_file, const char *tty)
case 'l':
printf("%s", tty);
+ break;
default:
putchar(c);