mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
parent
cbb931ed1d
commit
17fc77565e
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ char *word_complete(WINDOW_REC *window, const char *line, int *pos, int erase, i
|
||||||
g_strdup_printf("%s%c%s",
|
g_strdup_printf("%s%c%s",
|
||||||
/* do not accidentally duplicate the word separator */
|
/* do not accidentally duplicate the word separator */
|
||||||
line == wordstart - 1 ? "" : linestart,
|
line == wordstart - 1 ? "" : linestart,
|
||||||
wordstart[-1], word);
|
old_wordstart[-1], word);
|
||||||
g_free(old);
|
g_free(old);
|
||||||
|
|
||||||
g_free(word);
|
g_free(word);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue