mirror of
https://github.com/irssi/irssi.git
synced 2026-09-21 07:07:25 +02:00
Merge 21f79f2551 into 43f1727ef9
This commit is contained in:
commit
c63dca8753
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ void proxy_dump_data(CLIENT_REC *client)
|
||||||
for (;; tmp++) {
|
for (;; tmp++) {
|
||||||
if (*tmp != NULL) {
|
if (*tmp != NULL) {
|
||||||
g_string_append_printf(paramstr, "%s ", *tmp);
|
g_string_append_printf(paramstr, "%s ", *tmp);
|
||||||
if (++count < 15)
|
if (++count < 13)
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue