diff options
Diffstat (limited to 'cpp/bindings/qmf/ruby/ruby.i')
| -rw-r--r-- | cpp/bindings/qmf/ruby/ruby.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/bindings/qmf/ruby/ruby.i b/cpp/bindings/qmf/ruby/ruby.i index b7fed403bd..0101861100 100644 --- a/cpp/bindings/qmf/ruby/ruby.i +++ b/cpp/bindings/qmf/ruby/ruby.i @@ -76,7 +76,7 @@ if (TYPE($input) == T_BIGNUM) $1 = NUM2ULL($input); else - $1 = (uint64_t) FIX2LONG($input); + $1 = (uint64_t) FIX2ULONG($input); } %typemap (out) uint64_t |
