I just hate to be pushed around by some @#$%^& machine.
This commit is contained in:
parent
86a1a5e7b3
commit
1c171e3add
15 changed files with 29 additions and 29 deletions
|
|
@ -38,10 +38,10 @@ strtochan(char *s)
|
|||
|
||||
c = 0;
|
||||
p=s;
|
||||
while(*p && isspace(*p))
|
||||
while(*p && isspace((uchar)*p))
|
||||
p++;
|
||||
|
||||
while(*p && !isspace(*p)){
|
||||
while(*p && !isspace((uchar)*p)){
|
||||
if((q = strchr(channames, p[0])) == nil)
|
||||
return 0;
|
||||
t = q-channames;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue