From: Alf Wachsmann Date: Mon, 15 Sep 2003 22:39:10 +0000 (+0000) Subject: vos-fix-fprintf-args-20030915 X-Git-Tag: openafs-devel-1_3_50~55 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=d3093f2ba6eb7370f0056e1c140cb879212c75ba;p=packages%2Fo%2Fopenafs.git vos-fix-fprintf-args-20030915 FIXES 2096 kill extraneous argument to fprintf --- diff --git a/src/volser/vos.c b/src/volser/vos.c index e469d6387..8a0fb3dc4 100644 --- a/src/volser/vos.c +++ b/src/volser/vos.c @@ -3521,8 +3521,7 @@ DeleteEntry(as) itp->data); fprintf(STDERR, "You must specify a RW volume name or ID " - "(the entire VLDB entry will be deleted)\n", - itp->data); + "(the entire VLDB entry will be deleted)\n"); PrintError("", vcode); totalFail++; continue;