tSave state to `.ratatox.data' - ratox - FIFO based tox client
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 3c390f75591337768bcd95f585d41ebdc822fb1b
(DIR) parent 95f1ad5ed6c32cf5584900af84adc90c4b009b44
(HTM) Author: sin <sin@2f30.org>
Date: Wed, 17 Sep 2014 19:03:32 +0100
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.
Diffstat:
M ratatox.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/ratatox.c b/ratatox.c
t@@ -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;