1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 17:23:15 +02:00

fix bugs in get_buffer_data() which breaks the retrieval of buffer content (perl, lua)

This commit is contained in:
Emmanuel Bouthenot
2006-08-26 21:18:10 +00:00
parent 56ebcb53eb
commit 9905ee774b
4 changed files with 10 additions and 6 deletions
+2
View File
@@ -1531,6 +1531,8 @@ static XS (XS_weechat_get_buffer_data)
server = SvPV (ST (0), PL_na);
if (items >= 2)
channel = SvPV (ST (1), PL_na);
SP -= items;
buffer_data = perl_plugin->get_buffer_data (perl_plugin, server, channel);
count = 0;