diff options
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/tcl/weechat-tcl-api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/tcl/weechat-tcl-api.c b/src/plugins/tcl/weechat-tcl-api.c index 3f58141bd..5c1776d12 100644 --- a/src/plugins/tcl/weechat-tcl-api.c +++ b/src/plugins/tcl/weechat-tcl-api.c @@ -5561,7 +5561,7 @@ API_FUNC(hdata_long) { Tcl_Obj *objp; char *hdata, *pointer, *name; - int result; + long result; API_INIT_FUNC(1, "hdata_long", API_RETURN_LONG(0)); if (objc < 4) |