mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Fix r4879 change.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4881 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
200caf1ac6
commit
73b18f2672
1 changed files with 0 additions and 1 deletions
|
|
@ -49,7 +49,6 @@ static void perl_text_buffer_view_fill_hash(HV *hv, TEXT_BUFFER_VIEW_REC *view)
|
|||
|
||||
static void perl_line_fill_hash(HV *hv, LINE_REC *line)
|
||||
{
|
||||
hv_store(hv, "refcount", 8, newSViv(line->refcount), 0);
|
||||
hv_store(hv, "info", 4, plain_bless(&line->info, "Irssi::TextUI::LineInfo"), 0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue