summaryrefslogtreecommitdiffstats
path: root/pack.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-08-24 08:21:56 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-08-24 08:21:56 +0000
commitaeb066503409062fc8fe8b241e512f5f6aebb128 (patch)
tree3d30e530b29103ce2884dff782592ddf7292f4df /pack.c
parent48ed5d640324d7a39120408ce88af1873fc18df3 (diff)
downloadruby-aeb066503409062fc8fe8b241e512f5f6aebb128.tar.gz
ruby-aeb066503409062fc8fe8b241e512f5f6aebb128.tar.xz
ruby-aeb066503409062fc8fe8b241e512f5f6aebb128.zip
1.4.1 to be
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'pack.c')
-rw-r--r--pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pack.c b/pack.c
index 38e970cad..1a4f64539 100644
--- a/pack.c
+++ b/pack.c
@@ -798,7 +798,7 @@ pack_pack(ary, fmt)
l = NUM2ULONG(from);
}
le = uv_to_utf8(buf, l);
- rb_str_cat(res, (char*)&buf, le);
+ rb_str_cat(res, (char*)buf, le);
}
break;