mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
fixup perl side
This commit is contained in:
parent
ff0daf5870
commit
1e2547eb92
@ -19,9 +19,9 @@ void
|
||||
rawlog_get_lines(rawlog)
|
||||
Irssi::Rawlog rawlog
|
||||
PREINIT:
|
||||
GSList *tmp;
|
||||
GList *tmp;
|
||||
PPCODE:
|
||||
for (tmp = rawlog->lines; tmp != NULL; tmp = tmp->next) {
|
||||
for (tmp = rawlog->lines->tail; tmp != NULL; tmp = tmp->prev) {
|
||||
XPUSHs(sv_2mortal(new_pv(tmp->data)));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user