summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2014-01-23 21:32:52 +0100
committerDavid Lamparter <equinox@diac24.net>2014-01-23 21:32:52 +0100
commitd9a394cc9408710f039b469aafc6a26e95535ed7 (patch)
treed3a8cbc1a52dc38639809bc2dd199946fc65d727
parent506785ee4e8c5c849c2cf2203e94e9493887ff06 (diff)
gbeat: move to /tmp
-rw-r--r--gbeat.c2
1 files changed, 1 insertions, 1 deletions
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);
}