summaryrefslogtreecommitdiff
path: root/pack.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-01-18 09:08:52 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-01-18 09:08:52 +0000
commit41d0ebf4660c74a92bfd9484bd3659d5367d2d76 (patch)
treef046d437bf3c46562223d3639ff5401297e3cd62 /pack.c
parent9f72c385f295637f8c7b3ed7a159cb7cfa9752ef (diff)
1.2.2 PR1
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@366 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 fe72d6ad35..83c4997dae 100644
--- a/pack.c
+++ b/pack.c
@@ -134,7 +134,7 @@ pack_pack(ary, fmt)
case 'H': case 'h':
from = NEXTFROM;
if (NIL_P(from)) {
- ptr = 0;
+ ptr = "";
plen = 0;
}
else {