mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +02:00
get rid of PL_na
This commit is contained in:
parent
c26a634fe6
commit
7dbb8efdde
10 changed files with 26 additions and 26 deletions
|
|
@ -34,7 +34,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