зеркало из https://github.com/github/ruby.git
add separation char on rb_obj_info(imemo obj)
This commit is contained in:
Родитель
2893550452
Коммит
10927b5925
2
gc.c
2
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: {
|
||||
|
|
Загрузка…
Ссылка в новой задаче