aboutsummaryrefslogtreecommitdiff
path: root/src/lineacc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lineacc.c')
-rw-r--r--src/lineacc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lineacc.c b/src/lineacc.c
index c1957a6..3d5b4d6 100644
--- a/src/lineacc.c
+++ b/src/lineacc.c
@@ -61,7 +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, grecs_locus_t *loc) 64grecs_line_acc_grow_unescape_last(char *text, size_t len,
65 grecs_locus_t const *loc)
65{ 66{
66 grecs_txtacc_grow(line_acc, text, len - 2); 67 grecs_txtacc_grow(line_acc, text, len - 2);
67 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.