summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/cuesheet.c2
-rw-r--r--firmware/mp3data.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/cuesheet.c b/apps/cuesheet.c
index 9c23d817be..de5a258ca8 100644
--- a/apps/cuesheet.c
+++ b/apps/cuesheet.c
@@ -75,7 +75,7 @@ bool cuesheet_is_enabled(void)
75 75
76bool look_for_cuesheet_file(const char *trackpath, char *found_cue_path) 76bool look_for_cuesheet_file(const char *trackpath, char *found_cue_path)
77{ 77{
78 DEBUGF("look for cue file\n"); 78 /* DEBUGF("look for cue file\n"); */
79 79
80 char cuepath[MAX_PATH]; 80 char cuepath[MAX_PATH];
81 char *dot, *slash; 81 char *dot, *slash;
diff --git a/firmware/mp3data.c b/firmware/mp3data.c
index de204e04f3..bfdb098261 100644
--- a/firmware/mp3data.c
+++ b/firmware/mp3data.c
@@ -402,7 +402,7 @@ int get_mp3file_info(int fd, struct mp3info *info)
402 { 402 {
403 int i = 8; /* Where to start parsing info */ 403 int i = 8; /* Where to start parsing info */
404 404
405 DEBUGF("Xing/Info header\n"); 405 /* DEBUGF("Xing/Info header\n"); */
406 406
407 /* Remember where in the file the Xing header is */ 407 /* Remember where in the file the Xing header is */
408 info->vbr_header_pos = lseek(fd, 0, SEEK_CUR) - info->frame_size; 408 info->vbr_header_pos = lseek(fd, 0, SEEK_CUR) - info->frame_size;