aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lineacc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lineacc.c b/src/lineacc.c
index f1d6862..c5b4759 100644
--- a/src/lineacc.c
+++ b/src/lineacc.c
@@ -61,8 +61,8 @@ grecs_line_acc_grow(const char *text, size_t len)
61 61
62/* Same, but unescapes the last character from text */ 62/* Same, but unescapes the last character from text */
63void 63void
64grecs_line_acc_grow_unescape_last(char *text, size_t len, 64grecs_line_acc_grow_unescape_last(char *text, size_t len,
65 grecs_locus_t const *loc) 65 grecs_locus_t const *loc)
66{ 66{
67 grecs_txtacc_grow(line_acc, text, len - 2); 67 grecs_txtacc_grow(line_acc, text, len - 2);
68 if (grecs_line_acc_grow_char_unescape(text[len - 1]) && loc) 68 if (grecs_line_acc_grow_char_unescape(text[len - 1]) && loc)

Return to:

Send suggestions and report system problems to the System administrator.