summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flist.c b/flist.c
index cbd837cb..25d5c8c6 100644
--- a/flist.c
+++ b/flist.c
@@ -2152,8 +2152,8 @@ struct file_list *send_file_list(int f, int argc, char *argv[])
}
if (implied_dot_dir < 0) {
- send_file_name(f, flist, ".", NULL, (flags | FLAG_IMPLIED_DIR) & ~FLAG_CONTENT_DIR, ALL_FILTERS);
implied_dot_dir = 1;
+ send_file_name(f, flist, ".", NULL, (flags | FLAG_IMPLIED_DIR) & ~FLAG_CONTENT_DIR, ALL_FILTERS);
}
if (fn != fbuf)