mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 00:22:17 +02:00
commit
b8c2915d79
10 changed files with 28 additions and 29 deletions
|
|
@ -35,7 +35,7 @@ static GSList *event_hash2list(HV *hv)
|
|||
while ((he = hv_iternext(hv)) != NULL) {
|
||||
I32 len;
|
||||
char *key = hv_iterkey(he, &len);
|
||||
char *value = SvPV(HeVAL(he), PL_na);
|
||||
char *value = SvPV_nolen(HeVAL(he));
|
||||
|
||||
list = g_slist_append(list, g_strdup(key));
|
||||
list = g_slist_append(list, g_strdup(value));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue