=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/expand/expand.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/expand/expand.c 2004/07/01 19:15:56 1.8 +++ src/usr.bin/expand/expand.c 2005/03/08 23:30:50 1.9 @@ -1,4 +1,4 @@ -/* $OpenBSD: expand.c,v 1.8 2004/07/01 19:15:56 mickey Exp $ */ +/* $OpenBSD: expand.c,v 1.9 2005/03/08 23:30:50 cloder Exp $ */ /* $NetBSD: expand.c,v 1.5 1995/09/02 06:19:46 jtc Exp $ */ /* @@ -40,7 +40,7 @@ #if 0 static const char sccsid[] = "@(#)expand.c 8.1 (Berkeley) 6/9/93"; #endif -static const char rcsid[] = "$OpenBSD: expand.c,v 1.8 2004/07/01 19:15:56 mickey Exp $"; +static const char rcsid[] = "$OpenBSD: expand.c,v 1.9 2005/03/08 23:30:50 cloder Exp $"; #endif /* not lint */ #include @@ -87,7 +87,7 @@ do { if (argc > 0) { if (freopen(argv[0], "r", stdin) == NULL) - err(1, argv[0]); + err(1, "%s", argv[0]); argc--, argv++; } column = 0;