mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
fixes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@933 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
4a295a7343
commit
4d39f311f9
2 changed files with 3 additions and 2 deletions
|
|
@ -981,7 +981,8 @@ static char *gui_window_line_get_format(WINDOW_REC *window, LINE_REC *line,
|
|||
if (formatnum == -1)
|
||||
ret = NULL;
|
||||
else {
|
||||
argcount = 0;
|
||||
argcount = 0;
|
||||
memset(args, 0, sizeof(args));
|
||||
while (*text != '\0' || text[1] != LINE_CMD_EOL) {
|
||||
args[argcount] = line_read_format(&text);
|
||||
if (raw != NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue