again, looking for that failure condition: pager.c pickup.c

This commit is contained in:
keni
2011-12-30 23:58:48 +00:00
parent 623119a4b6
commit 86e9b65d20
2 changed files with 5 additions and 5 deletions

View File

@@ -881,7 +881,7 @@ dowhatdoes()
#endif
reslt = dowhatdoes_core(q, bufr);
if (reslt)
pline("%s", reslt);
pline1(reslt);
else
pline("I've never heard of such commands.");
return 0;