[BACK]Return to utf8.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/utf8.c between version 1.60 and 1.61

version 1.60, 2023/01/08 22:15:30 version 1.61, 2023/06/30 21:55:09
Line 95 
Line 95 
   
 /* Add a UTF-8 item. */  /* Add a UTF-8 item. */
 static int  static int
 utf8_put_item(const char *data, size_t size, u_int *index)  utf8_put_item(const u_char *data, size_t size, u_int *index)
 {  {
         struct utf8_item        *ui;          struct utf8_item        *ui;
   

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61