summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/playlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist.c b/apps/playlist.c
index 48c66dbc80..be542bd6bc 100644
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -124,7 +124,7 @@ char* playlist_next(int steps)
124 return now_playing; 124 return now_playing;
125 } 125 }
126 else { 126 else {
127 strncpy(dir_buf, playlist.filename, playlist.dirlen); 127 strncpy(dir_buf, playlist.filename, playlist.dirlen-1);
128 dir_buf[playlist.dirlen] = 0; 128 dir_buf[playlist.dirlen] = 0;
129 129
130 /* handle dos style drive letter */ 130 /* handle dos style drive letter */