Fix FS#11175. playlist_peek() wasn't thread safe (due to a static filename buffer...
commitebaab0a3684ca6d236639a153e5e13ede1286ed3
authorlearman <learman@a1c6a512-1295-4272-9138-f99709370657>
Wed, 11 Aug 2010 19:01:50 +0000 (11 19:01 +0000)
committerlearman <learman@a1c6a512-1295-4272-9138-f99709370657>
Wed, 11 Aug 2010 19:01:50 +0000 (11 19:01 +0000)
tree3411fcb376adcbcb15ec3dc37bc95bb698af7ace
parent2b5ac148b30c92884c9ef59c83f8b7f6fc8525a0
Fix FS#11175. playlist_peek() wasn't thread safe (due to a static filename buffer), so frequent calls from the main thread would cause the audio thread to buffer the wrong track.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27773 a1c6a512-1295-4272-9138-f99709370657
apps/gui/skin_engine/skin_display.c
apps/playback.c
apps/playlist.c
apps/playlist.h
apps/tree.c