(help): it's unnecessary to interpret help strings as printf commands

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7234 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-10-26 11:56:23 +00:00
parent 38c83dd6ad
commit dec6af64d5

View File

@@ -1391,7 +1391,7 @@ help(struct tab *ctab, char *s)
w++;
}
}
lreply(214, buf);
lreply(214, "%s", buf);
}
reply(214, "Direct comments to kth-krb-bugs@pdc.kth.se");
return;