mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 16:23:14 +02:00
php: return long instead of int in function hdata_time
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user