src: use whatis instead of which
This commit is contained in:
parent
bb7ff349fb
commit
4a18fa68b0
3 changed files with 15 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue