php: return long instead of int in function hdata_time
This commit is contained in:
parent
9d83cefdbf
commit
4001ed956f
@ -4786,7 +4786,7 @@ API_FUNC(hdata_time)
|
||||
name = ZSTR_VAL(z_name);
|
||||
result = weechat_hdata_time (hdata, pointer, (const char *)name);
|
||||
|
||||
API_RETURN_INT(result);
|
||||
API_RETURN_LONG(result);
|
||||
}
|
||||
|
||||
API_FUNC(hdata_hashtable)
|
||||
|
Loading…
x
Reference in New Issue
Block a user