diff options
author | Oskar <[email protected]> | 2024-07-25 16:32:31 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-07-25 16:32:31 +0200 |
commit | a6720a9edfdbcf8e0e006fae7f77934d67bb3254 (patch) | |
tree | 36dc10715ea36ff8336f880233e56f2b3aeca108 /trashsys.c | |
parent | c93556922aa79423e580589bbef70e2573f74ea0 (diff) |
bugfix for R
Diffstat (limited to 'trashsys.c')
-rw-r--r-- | trashsys.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -49,7 +49,6 @@ bool v_cvm_fprintf = false; int choice_mode = MODE_NORMAL; char *g_argv = NULL; -int g_loading = true; struct trashsys_log_info { int64_t ts_log_id; @@ -1161,10 +1160,6 @@ int main (int argc, char *argv[]) { } if(R_used == true) { - if(optind != argc) { - USAGE_OUT(stderr); - return EXIT_FAILURE; - } if(restore_file(optarg_converted, &ipi_m) == FUNCTION_FAILURE) { return EXIT_FAILURE; } |