From 9ac1b23f334b4d0284e903b8ee83b296c8caffb9 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Thu, 19 Oct 2023 21:16:44 +0200 Subject: tmp file name defined --- rpt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/rpt.c b/rpt.c index 5d013d1..c515704 100644 --- a/rpt.c +++ b/rpt.c @@ -8,6 +8,7 @@ #include #define VERSION "1.0.0" +#define TMPFILE "/tmp/repeat-tmp" void print_usage(FILE *output) -- cgit v1.2.3