summaryrefslogtreecommitdiff
path: root/qpid/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
commit25d63a161d11d504e51ead2f76e761f561503b69 (patch)
tree8f018d410a0d9ba554afc61f0f603407ffd1ecb6 /qpid/cpp/bindings/qmf/ruby/ruby.i
parentf41fee09de1f40adc1323e7d811a5a76bc0b6edc (diff)
downloadqpid-python-25d63a161d11d504e51ead2f76e761f561503b69.tar.gz
Added handling of MAP values for the wrapped QMF interfaces.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@896191 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bindings/qmf/ruby/ruby.i')
-rw-r--r--qpid/cpp/bindings/qmf/ruby/ruby.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/bindings/qmf/ruby/ruby.i b/qpid/cpp/bindings/qmf/ruby/ruby.i
index b7fed403bd..0101861100 100644
--- a/qpid/cpp/bindings/qmf/ruby/ruby.i
+++ b/qpid/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