1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 02:03:13 +02:00

Migration of Python plugin to new API, bugs fixed in Perl/Python plugins

This commit is contained in:
Sebastien Helleu
2008-01-12 15:25:38 +01:00
parent add64d6f47
commit c17a4d5c76
16 changed files with 4097 additions and 3327 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ command_buffer (void *data, struct t_gui_buffer *buffer,
{
struct t_gui_buffer *ptr_buffer;
long number;
char *error ,*value;
char *error, *value;
int target_buffer;
/* make C compiler happy */