diff options
Diffstat (limited to 'apps/plugins/test_gfx.c')
| -rw-r--r-- | apps/plugins/test_gfx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/test_gfx.c b/apps/plugins/test_gfx.c index 4081e64..1dfab8c 100644 --- a/apps/plugins/test_gfx.c +++ b/apps/plugins/test_gfx.c @@ -46,7 +46,7 @@ static int log_init(void) char logfilename[MAX_PATH]; int fd; - rb->create_numbered_filename(logfilename, "/", "test_gfx_log_", ".txt", + rb->create_numbered_filename(logfilename, HOME_DIR, "test_gfx_log_", ".txt", 2 IF_CNFN_NUM_(, NULL)); fd = rb->open(logfilename, O_RDWR|O_CREAT|O_TRUNC, 0666); return fd; |