mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Couple of assignments to remove compiler warnings.
This commit is contained in:
@ -546,6 +546,7 @@ first_key:
|
||||
goto discard_key;
|
||||
goto partial_key;
|
||||
}
|
||||
more = 1;
|
||||
for (i = 1; i < size; i++)
|
||||
more = utf8_append(&ud, (u_char)buf[i]);
|
||||
if (more != 0)
|
||||
|
Reference in New Issue
Block a user