aboutsummaryrefslogtreecommitdiff
path: root/opts.c
diff options
context:
space:
mode:
Diffstat (limited to 'opts.c')
-rw-r--r--opts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opts.c b/opts.c
index 3976d3a..3e3e34a 100644
--- a/opts.c
+++ b/opts.c
@@ -51,7 +51,7 @@ static int process_option_group(char *arg, struct opt opts[],
remove_one = process_option(arg, opts, case_sensitive);
if (remove_one) {
if (comma)
- memmove(arg, comma + 1, strlen(comma + 1));
+ memmove(arg, comma + 1, strlen(comma + 1) + 1);
} else {
remove = 0;
if (comma)