aboutsummaryrefslogtreecommitdiff
path: root/src/regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex.c')
-rw-r--r--src/regex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex.c b/src/regex.c
index 4151e0a..702bd15 100644
--- a/src/regex.c
+++ b/src/regex.c
@@ -4,3 +4,3 @@
This file is part of GNU Anubis.
- Copyright (C) 2001-2014 The Anubis Team.
+ Copyright (C) 2001-2024 The Anubis Team.
@@ -200,3 +200,3 @@ anubis_regex_replace (RC_REGEX *re, char *line, char *repl)
p = substitute (repl, refv);
- argcv_free (-1, refv);
+ argv_free (refv);
}

Return to:

Send suggestions and report system problems to the System administrator.