diff options
author | sin <sin@2f30.org> | 2014-09-17 19:03:32 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-09-17 19:03:32 +0100 |
commit | 3c390f75591337768bcd95f585d41ebdc822fb1b (patch) | |
tree | c7eff4edc5ca14ed69d0a4f4dce2df8dab0be8ea | |
parent | 95f1ad5ed6c32cf5584900af84adc90c4b009b44 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |