summaryrefslogtreecommitdiff
path: root/apps/logfdisp.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/logfdisp.c')
-rw-r--r--apps/logfdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/logfdisp.c b/apps/logfdisp.c
index 734a6aec63..6463ae6d88 100644
--- a/apps/logfdisp.c
+++ b/apps/logfdisp.c
@@ -108,7 +108,7 @@ bool logfdump(void)
108 /* nothing is logged just yet */ 108 /* nothing is logged just yet */
109 return false; 109 return false;
110 110
111 fd = open("/.rockbox/logf.txt", O_CREAT|O_WRONLY|O_TRUNC); 111 fd = open(ROCKBOX_DIR "/logf.txt", O_CREAT|O_WRONLY|O_TRUNC);
112 if(-1 != fd) { 112 if(-1 != fd) {
113 unsigned char buffer[MAX_LOGF_ENTRY +1]; 113 unsigned char buffer[MAX_LOGF_ENTRY +1];
114 int index = logfindex-1; 114 int index = logfindex-1;