From f20e08dd45014b0b6d11c43e4818dbe2283614a3 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 25 May 2006 14:12:51 +0000 Subject: [PATCH] (parse_opt): Add comment before --preserve case. --- src/tar.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tar.c b/src/tar.c index 5f8ae8d..5cd6b69 100644 --- a/src/tar.c +++ b/src/tar.c @@ -1431,6 +1431,7 @@ parse_opt (int key, char *arg, struct argp_state *state) break; case PRESERVE_OPTION: + /* FIXME: What it is good for? */ same_permissions_option = true; same_order_option = true; break; -- 2.45.2