diff options
| author | Koichi Sasada <ko1@atdot.net> | 2019-05-24 17:06:43 +0900 |
|---|---|---|
| committer | Koichi Sasada <ko1@atdot.net> | 2019-05-24 17:08:15 +0900 |
| commit | 10927b59256aeb196d164e8a8e75180a72768e97 (patch) | |
| tree | e3648fa0594e9ab44699a114d310f5cabb927c24 | |
| parent | 2893550452f6f3cadb17c670da185813d7d0a835 (diff) | |
add separation char on rb_obj_info(imemo obj)
| -rw-r--r-- | gc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: { |
