aboutsummaryrefslogtreecommitdiff
path: root/pattern.c
diff options
context:
space:
mode:
Diffstat (limited to 'pattern.c')
-rw-r--r--pattern.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pattern.c b/pattern.c
index 438243d..63b856c 100644
--- a/pattern.c
+++ b/pattern.c
@@ -1206,7 +1206,8 @@ int main(int argc, char **argv)
}
*desc++ = '\0';
- p = decode_params(id);
+ p = default_params();
+ decode_params(p, id);
err = validate_desc(p, desc);
if (err) {
fprintf(stderr, "%s: %s\n", argv[0], err);