NetBSD-macppc ctype needs uchars.
This commit is contained in:
parent
94d85bc000
commit
3bd56b04a8
22 changed files with 55 additions and 56 deletions
|
|
@ -438,7 +438,7 @@ header(char *s)
|
|||
char buf[512];
|
||||
strecpy(buf, buf+sizeof buf, pagename);
|
||||
for(p=buf; *p; p++)
|
||||
*p = tolower(*p);
|
||||
*p = tolower((uchar)*p);
|
||||
Bprint(&bout, "<title>%s(%s) - %s</title>\n", buf, section, s);
|
||||
}else
|
||||
Bprint(&bout, "<title>%s</title>\n", s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue