places: fix printing of symbol resolved module paths
This commit is contained in:
parent
1c4722eaee
commit
62acb298bd
|
@ -2429,7 +2429,7 @@ print(Scheme_Object *obj, int notdisplay, int compact, Scheme_Hash_Table *ht,
|
|||
int is_sym;
|
||||
if (notdisplay)
|
||||
print_utf8_string(pp, "#<resolved-module-path:", 0, 23);
|
||||
is_sym = SCHEME_SYMBOLP(SCHEME_PTR_VAL(obj));
|
||||
is_sym = !SCHEME_PATHP(SCHEME_PTR_VAL(obj));
|
||||
print_utf8_string(pp, (is_sym ? "'" : "\"") , 0, 1);
|
||||
print(SCHEME_PTR_VAL(obj), 0, 0, ht, mt, pp);
|
||||
PRINTADDRESS(pp, obj);
|
||||
|
|
Loading…
Reference in New Issue
Block a user