From d7884426b4ab6ef8051bd1565bcb055ac9846de4 Mon Sep 17 00:00:00 2001 From: bsp2 Date: Sat, 20 Oct 2018 13:53:51 +0200 Subject: [PATCH] change log file path to /tmp/lglw_log.txt --- dep/lglw/lglw_linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dep/lglw/lglw_linux.c b/dep/lglw/lglw_linux.c index 90d988e1..e2ed435e 100644 --- a/dep/lglw/lglw_linux.c +++ b/dep/lglw/lglw_linux.c @@ -185,7 +185,7 @@ lglw_t lglw_init(int32_t _w, int32_t _h) { lglw_int_t *lglw = malloc(sizeof(lglw_int_t)); // TODO: remove/improve - logfile = fopen("/home/cameron/src/VeeSeeVSTRack/other/log.txt", "w"); + logfile = fopen("/tmp/lglw_log.txt", "w"); XSetErrorHandler(xerror_handler); if(NULL != lglw)