diff options
author | David Lamparter <equinox@diac24.net> | 2014-01-23 21:32:52 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2014-01-23 21:32:52 +0100 |
commit | d9a394cc9408710f039b469aafc6a26e95535ed7 (patch) | |
tree | d3a8cbc1a52dc38639809bc2dd199946fc65d727 | |
parent | 506785ee4e8c5c849c2cf2203e94e9493887ff06 (diff) |
gbeat: move to /tmp
-rw-r--r-- | gbeat.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |