From 5beaa2672441325409348a4e52344cfd24dd1ed0 Mon Sep 17 00:00:00 2001 From: Oskar Date: Mon, 1 Jul 2024 09:35:25 +0200 Subject: tmp case --- trashsys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trashsys.c') diff --git a/trashsys.c b/trashsys.c index f5b6287..343351a 100644 --- a/trashsys.c +++ b/trashsys.c @@ -223,7 +223,7 @@ struct initial_path_info *fill_ipi(bool t_used) { // Function for filling out in exit(EXIT_FAILURE); } - } else if (t_used == true) { + } else if (t_used == true) { // If -t flag is specified we fill ipi with /tmp paths instead if(concat_str(ipi->ts_path_user_home, PATH_MAX, ts_tmp) == NULL || concat_str(ipi->ts_path_trashsys, PATH_MAX, ts_tmp_toplevel) == NULL || concat_str(ipi->ts_path_log, PATH_MAX, ts_tmp_log) == NULL || -- cgit v1.2.3