aboutsummaryrefslogtreecommitdiff
path: root/src/lexer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lexer.c')
-rw-r--r--src/lexer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lexer.c b/src/lexer.c
index 8947687..be5f8e6 100644
--- a/src/lexer.c
+++ b/src/lexer.c
@@ -191,8 +191,6 @@ lexer_handle_contentfor(directive_t *directive,
}
operands->content = strndup(buffer, new_match->offset);
- operands->length
- = match->offset + match->length + new_match->offset + new_match->length;
free(new_match);
directive->operands = operands;