diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-02-18 15:25:10 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-02-18 15:25:10 +0000 |
commit | 48844c0018549196fcb6b8999d66b2502f7a65f3 (patch) | |
tree | 08a0ba33b212df61fc1407adfb3f820e543bb122 /pack.c | |
parent | 41e5cd7145e94634a9b44a2df6eb2c71591065c5 (diff) |
* pack.c (pack_unpack): call PACK_ITEM_ADJUST for 'Q'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'pack.c')
-rw-r--r-- | pack.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1592,6 +1592,7 @@ pack_unpack(str, fmt) s += QUAD_SIZE; rb_ary_push(ary, rb_quad_unpack(tmp, 0)); } + PACK_ITEM_ADJUST(); break; case 'n': |