summaryrefslogtreecommitdiff
path: root/cpp/bindings/qmf/ruby/ruby.i
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2010-01-05 19:45:28 +0000
committerTed Ross <tross@apache.org>2010-01-05 19:45:28 +0000
commit0e73326a611933479eb77f4b2f7bb9b74661f123 (patch)
treecbf873511e09bd078f459cd8f72228b494265954 /cpp/bindings/qmf/ruby/ruby.i
parent200a49f326198673edd53901a4b4d16533f3f5da (diff)
downloadqpid-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.i2
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