From d9a394cc9408710f039b469aafc6a26e95535ed7 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Thu, 23 Jan 2014 21:32:52 +0100 Subject: gbeat: move to /tmp --- gbeat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gbeat.c b/gbeat.c index 1cce8c4..0624880 100644 --- a/gbeat.c +++ b/gbeat.c @@ -230,7 +230,7 @@ static gpointer renderf(gpointer param) bool beat = bd_perform(&arg->bdctx, logsc, logsz); if (beat) { - FILE *f = fopen("/home/equinox/python/.dmxbeat", "w"); + FILE *f = fopen("/tmp/.dmxbeat", "w"); if (f) fclose(f); } -- cgit v1.2.1