mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 04:16:38 +02:00
javascript: fix return of long value in functions infolist_time, hdata_long and hdata_time
This commit is contained in:
@@ -116,7 +116,7 @@ extern "C"
|
||||
#define API_RETURN_INT(__int) \
|
||||
return v8::Integer::New(__int)
|
||||
#define API_RETURN_LONG(__int) \
|
||||
return v8::Integer::New(__int)
|
||||
return v8::Number::New(__int)
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user