From 1f9e06e0d8fb2fc7ab67325a057aa639c30feddf Mon Sep 17 00:00:00 2001 From: Chad Loder Date: Tue, 8 Mar 2005 22:02:09 +0000 Subject: Sweeping the tree for printf(s) where printf("%s",s) should be used. OK millert --- libexec/login_tis/login_tis.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libexec/login_tis/login_tis.c b/libexec/login_tis/login_tis.c index 92b887d8459..058e2588b8d 100644 --- a/libexec/login_tis/login_tis.c +++ b/libexec/login_tis/login_tis.c @@ -1,4 +1,4 @@ -/* $OpenBSD: login_tis.c,v 1.2 2005/01/04 18:24:33 moritz Exp $ */ +/* $OpenBSD: login_tis.c,v 1.3 2005/03/08 22:02:08 cloder Exp $ */ /* * Copyright (c) 2004 Todd C. Miller @@ -184,7 +184,7 @@ main(int argc, char *argv[]) switch (mode) { case MODE_LOGIN: if (rtype == display) { - printf(chalbuf); + printf("%s", chalbuf); exit(1); } alarm(TIS_PASSWD_TIMEOUT); -- cgit v1.2.3