Browse Source

change log file path to /tmp/lglw_log.txt

pull/1639/head
bsp2 6 years ago
parent
commit
d7884426b4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dep/lglw/lglw_linux.c

+ 1
- 1
dep/lglw/lglw_linux.c View File

@@ -185,7 +185,7 @@ lglw_t lglw_init(int32_t _w, int32_t _h) {
lglw_int_t *lglw = malloc(sizeof(lglw_int_t)); lglw_int_t *lglw = malloc(sizeof(lglw_int_t));


// TODO: remove/improve // TODO: remove/improve
logfile = fopen("/home/cameron/src/VeeSeeVSTRack/other/log.txt", "w");
logfile = fopen("/tmp/lglw_log.txt", "w");
XSetErrorHandler(xerror_handler); XSetErrorHandler(xerror_handler);


if(NULL != lglw) if(NULL != lglw)


Loading…
Cancel
Save