From 3c390f75591337768bcd95f585d41ebdc822fb1b Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 17 Sep 2014 19:03:32 +0100 Subject: Save state to `.ratatox.data' Makes it a bit more difficult to accidentally delete it and the user can't really interact with it so make it hidden. --- ratatox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ratatox.c b/ratatox.c index a4b03db..f86be84 100644 --- a/ratatox.c +++ b/ratatox.c @@ -21,7 +21,7 @@ #include "queue.h" #define LEN(x) (sizeof (x) / sizeof *(x)) -#define DATAFILE "ratatox.data" +#define DATAFILE ".ratatox.data" struct node { const char *addr; -- cgit v1.2.3