summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2019-05-24 17:06:43 +0900
committerKoichi Sasada <ko1@atdot.net>2019-05-24 17:08:15 +0900
commit10927b59256aeb196d164e8a8e75180a72768e97 (patch)
treee3648fa0594e9ab44699a114d310f5cabb927c24 /gc.c
parent2893550452f6f3cadb17c670da185813d7d0a835 (diff)
add separation char on rb_obj_info(imemo obj)
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index e164ed6c1d..af9879a47f 100644
--- a/gc.c
+++ b/gc.c
@@ -11208,7 +11208,7 @@ rb_raw_obj_info(char *buff, const int buff_size, VALUE obj)
#undef IMEMO_NAME
default: UNREACHABLE;
}
- APPENDF((BUFF_ARGS, "%s", imemo_name));
+ APPENDF((BUFF_ARGS, "/%s", imemo_name));
switch (imemo_type(obj)) {
case imemo_ment: {