summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2014-09-17 19:03:32 +0100
committersin <sin@2f30.org>2014-09-17 19:03:32 +0100
commit3c390f75591337768bcd95f585d41ebdc822fb1b (patch)
treec7eff4edc5ca14ed69d0a4f4dce2df8dab0be8ea
parent95f1ad5ed6c32cf5584900af84adc90c4b009b44 (diff)
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.
-rw-r--r--ratatox.c2
1 files changed, 1 insertions, 1 deletions
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;