[BusyBox-cvs] busybox/libbb procps.c,1.3,1.4

Glenn McGrath bug1 at busybox.net
Mon Dec 2 21:18:14 UTC 2002


Update of /var/cvs/busybox/libbb
In directory winder:/tmp/cvs-serv22039/libbb

Modified Files:
	procps.c 
Log Message:
last_patch_69, 8 bit clean and other fixes from Vladimir N. Oleynik


Index: procps.c
===================================================================
RCS file: /var/cvs/busybox/libbb/procps.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- procps.c	25 Nov 2002 22:31:37 -0000	1.3
+++ procps.c	2 Dec 2002 21:18:10 -0000	1.4
@@ -115,7 +115,7 @@
 					buf[--n] = 0;
 				name = buf;
 				while(n) {
-					if(*name < ' ')
+					if(((unsigned char)*name) < ' ')
 						*name = ' ';
 					name++;
 					n--;




More information about the busybox-cvs mailing list