summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}