mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
fix whitespace
This commit is contained in:
parent
0ca534c345
commit
8723c0fb33
1 changed files with 6 additions and 7 deletions
|
|
@ -621,8 +621,7 @@ void gui_entry_erase(GUI_ENTRY_REC *entry, int size, CUTBUFFER_UPDATE_OP update_
|
||||||
|
|
||||||
entry->cutbuffer_len = size;
|
entry->cutbuffer_len = size;
|
||||||
entry->cutbuffer[size] = '\0';
|
entry->cutbuffer[size] = '\0';
|
||||||
memcpy(entry->cutbuffer, entry->text + entry->pos - size,
|
memcpy(entry->cutbuffer, entry->text + entry->pos - size, size * sizeof(unichar));
|
||||||
size * sizeof(unichar));
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case CUTBUFFER_UPDATE_NOOP:
|
case CUTBUFFER_UPDATE_NOOP:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue