summaryrefslogtreecommitdiff
path: root/src/compiler/compiler.lm
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/compiler.lm')
-rw-r--r--src/compiler/compiler.lm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/compiler.lm b/src/compiler/compiler.lm
index 33b324a..3571527 100644
--- a/src/compiler/compiler.lm
+++ b/src/compiler/compiler.lm
@@ -296,7 +296,7 @@ print_declaration(d:fspec::declaration::type, ind:str)
if (d.extra.length.result.value.number) {
print(ind, INDSTP, 'it has a constant length of ', $d.extra.length.result.value, '\n')
} else if (d.extra.length.result.value.string) {
- print(ind, INDSTP, ' its length will increase until pattern `', $d.extra.length.result.value.string.raw, '` has been read from stream\n')
+ print(ind, INDSTP, ' its length will increase until pattern `', d.extra.length.result.value.string.escaped, '` has been read from stream\n')
}
}
} else {