last_patch_69, 8 bit clean and other fixes from Vladimir N. Oleynik
This commit is contained in:
		
							
								
								
									
										865
									
								
								editors/vi.c
									
									
									
									
									
								
							
							
						
						
									
										865
									
								
								editors/vi.c
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -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--;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user