last_patch_69, 8 bit clean and other fixes from Vladimir N. Oleynik

This commit is contained in:
Glenn L McGrath 2002-12-02 21:18:10 +00:00
parent 06b1aeaf0a
commit 09adaca37d
2 changed files with 454 additions and 413 deletions

File diff suppressed because it is too large Load Diff

View File

@ -115,7 +115,7 @@ extern procps_status_t * procps_scan(int save_user_arg0)
buf[--n] = 0;
name = buf;
while(n) {
if(*name < ' ')
if(((unsigned char)*name) < ' ')
*name = ' ';
name++;
n--;