summaryrefslogtreecommitdiff
path: root/pack.c
diff options
context:
space:
mode:
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 {