diff options
Diffstat (limited to 'src/plugins/guile/weechat-guile.c')
-rw-r--r-- | src/plugins/guile/weechat-guile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/guile/weechat-guile.c b/src/plugins/guile/weechat-guile.c index d1ff8b8fc..4b6406e48 100644 --- a/src/plugins/guile/weechat-guile.c +++ b/src/plugins/guile/weechat-guile.c @@ -1163,7 +1163,7 @@ size_t weechat_guile_port_write (SCM port, SCM src, size_t start, size_t count) { char *data2, *ptr_data, *ptr_newline; - const char *data; + const signed char *data; /* make C compiler happy */ (void) port; |