ratox

FIFO based tox client
git clone git://git.2f30.org/ratox
Log | Files | Refs | README | LICENSE

commit 3c390f75591337768bcd95f585d41ebdc822fb1b
parent 95f1ad5ed6c32cf5584900af84adc90c4b009b44
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:
Mratatox.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;