vos-fix-fprintf-args-20030915

FIXES 2096

kill extraneous argument to fprintf
This commit is contained in:
Alf Wachsmann 2003-09-15 22:39:10 +00:00 committed by Derrick Brashear
parent ea4a465aa4
commit d3093f2ba6

View File

@ -3521,8 +3521,7 @@ DeleteEntry(as)
itp->data); itp->data);
fprintf(STDERR, fprintf(STDERR,
"You must specify a RW volume name or ID " "You must specify a RW volume name or ID "
"(the entire VLDB entry will be deleted)\n", "(the entire VLDB entry will be deleted)\n");
itp->data);
PrintError("", vcode); PrintError("", vcode);
totalFail++; totalFail++;
continue; continue;