Skip to content

Commit c69b6e6

Browse files
committed
WIP
1 parent 5c54147 commit c69b6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/print.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1483,7 +1483,7 @@ static bool print_term_to_buf_(query *q, cell *c, pl_ctx c_ctx, int running, int
14831483

14841484
// STRING
14851485

1486-
if (is_string(c) && !q->double_quotes) {
1486+
if (is_string(c) && (!q->double_quotes || q->st.m->flags.double_quote_codes)) {
14871487
print_string_list(q, c, c_ctx, running, cons > 0, depth+1);
14881488
q->last_thing = WAS_OTHER;
14891489
return true;

0 commit comments

Comments
 (0)