diff options
| author | Ted Ross <tross@apache.org> | 2010-01-05 19:45:28 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2010-01-05 19:45:28 +0000 |
| commit | 0e73326a611933479eb77f4b2f7bb9b74661f123 (patch) | |
| tree | cbf873511e09bd078f459cd8f72228b494265954 /cpp/bindings/qmf/ruby/ruby.i | |
| parent | 200a49f326198673edd53901a4b4d16533f3f5da (diff) | |
| download | qpid-python-0e73326a611933479eb77f4b2f7bb9b74661f123.tar.gz | |
Added handling of MAP values for the wrapped QMF interfaces.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@896191 13f79535-47bb-0310-9956-ffa450edef68
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 |
