=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/talk/init_disp.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/talk/init_disp.c 1999/03/23 17:00:38 1.10 +++ src/usr.bin/talk/init_disp.c 2000/06/30 16:00:21 1.11 @@ -1,4 +1,4 @@ -/* $OpenBSD: init_disp.c,v 1.10 1999/03/23 17:00:38 millert Exp $ */ +/* $OpenBSD: init_disp.c,v 1.11 2000/06/30 16:00:21 millert Exp $ */ /* $NetBSD: init_disp.c,v 1.6 1994/12/09 02:14:17 jtc Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)init_disp.c 8.2 (Berkeley) 2/16/94"; #endif -static char rcsid[] = "$OpenBSD: init_disp.c,v 1.10 1999/03/23 17:00:38 millert Exp $"; +static char rcsid[] = "$OpenBSD: init_disp.c,v 1.11 2000/06/30 16:00:21 millert Exp $"; #endif /* not lint */ /* @@ -157,9 +157,9 @@ send_delete(); if (warning) { if (do_perror) - warn(warning); + warn("%s", warning); else - warnx(warning); + warnx("%s", warning); } exit(0); }