mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 21:04:56 +00:00
Fix \l so it doesnt print the character as well as the tty, from old
patch by Nick Fedchik
This commit is contained in:
parent
1e11c34be4
commit
74fcbb0f7d
@ -17,7 +17,7 @@
|
|||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* 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>
|
#include <stdio.h>
|
||||||
@ -95,6 +95,7 @@ void print_login_issue(const char *issue_file, const char *tty)
|
|||||||
|
|
||||||
case 'l':
|
case 'l':
|
||||||
printf("%s", tty);
|
printf("%s", tty);
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
putchar(c);
|
putchar(c);
|
||||||
|
Loading…
Reference in New Issue
Block a user