From eeb9498a73b22cbcd2ff1f5a846f3d5e4888afc6 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sun, 6 Sep 2015 21:40:21 +0200 Subject: $2 for non-default .do files is same as $1 actually --- redo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redo.c b/redo.c index 3ef8723..439b121 100644 --- a/redo.c +++ b/redo.c @@ -544,7 +544,7 @@ static char * redo_basename(char *dofile, char *target) { static char buf[PATH_MAX]; - int stripext = 1; + int stripext = 0; char *s; if (strncmp(dofile, "default.", 8) == 0) -- cgit 1.4.1