mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 23:06:38 +02:00
tcl: fix truncation of long integer returned by function hdata_long
This commit is contained in:
@@ -5510,7 +5510,8 @@ API_FUNC(hdata_long)
|
||||
{
|
||||
Tcl_Obj *objp;
|
||||
char *hdata, *pointer, *name;
|
||||
int result, i;
|
||||
long result;
|
||||
int i;
|
||||
|
||||
API_INIT_FUNC(1, "hdata_long", API_RETURN_LONG(0));
|
||||
if (objc < 4)
|
||||
|
||||
Reference in New Issue
Block a user