From d3093f2ba6eb7370f0056e1c140cb879212c75ba Mon Sep 17 00:00:00 2001 From: Alf Wachsmann Date: Mon, 15 Sep 2003 22:39:10 +0000 Subject: [PATCH] vos-fix-fprintf-args-20030915 FIXES 2096 kill extraneous argument to fprintf --- src/volser/vos.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/volser/vos.c b/src/volser/vos.c index e469d63..8a0fb3d 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; -- 1.9.4