src: use whatis instead of which

This commit is contained in:
Michael Teichgräber 2009-07-08 09:18:42 -07:00
parent bb7ff349fb
commit 4a18fa68b0
3 changed files with 15 additions and 7 deletions

View file

@ -194,7 +194,7 @@ execute(Text *t, uint aq0, uint aq1, int external, Text *argt)
if(strlen(a) > EVENTSIZE){ /* too big; too bad */
free(aa);
free(a);
warning(nil, "`argument string too long\n");
warning(nil, "argument string too long\n");
return;
}
f |= 8;