mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Merge branch 'obsd-master'
This commit is contained in:
		
							
								
								
									
										2
									
								
								utf8.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								utf8.c
									
									
									
									
									
								
							@@ -71,7 +71,7 @@ static u_int utf8_next_index;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/* Get a UTF-8 item from data. */
 | 
					/* Get a UTF-8 item from data. */
 | 
				
			||||||
static struct utf8_item *
 | 
					static struct utf8_item *
 | 
				
			||||||
utf8_item_by_data(const char *data, size_t size)
 | 
					utf8_item_by_data(const u_char *data, size_t size)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	struct utf8_item	ui;
 | 
						struct utf8_item	ui;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user