[BusyBox-cvs] busybox/libbb login.c,1.2,1.3

Glenn McGrath bug1 at busybox.net
Tue May 13 13:28:29 UTC 2003


Update of /var/cvs/busybox/libbb
In directory winder:/tmp/cvs-serv6767/libbb

Modified Files:
	login.c 
Log Message:
Fix \l so it doesnt print the character as well as the tty, from old 
patch by Nick Fedchik


Index: login.c
===================================================================
RCS file: /var/cvs/busybox/libbb/login.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- login.c	9 Feb 2003 22:40:33 -0000	1.2
+++ login.c	13 May 2003 13:28:25 -0000	1.3
@@ -95,6 +95,7 @@
 
 					case 'l':
 						printf("%s", tty);
+						break;
 
 					default:
 						putchar(c);



More information about the busybox-cvs mailing list