diff options
author | Thomas Martitz <kugel@rockbox.org> | 2014-04-08 22:52:37 +0200 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2014-04-15 23:54:28 +0200 |
commit | bebf71a08bb8e8f6022852ce6545cf0de580229d (patch) | |
tree | 8a5d4999da166d2c6420e5fa789349a01a7afa35 /apps/root_menu.c | |
parent | 466441dc14f2463dbd48aa6ab268317269100e4a (diff) | |
download | rockbox-bebf71a08bb8e8f6022852ce6545cf0de580229d.tar.gz rockbox-bebf71a08bb8e8f6022852ce6545cf0de580229d.zip |
playlist: Get rid of plugin buffer use in playlist_save().
The plugin buffer was used only to avoid reparsing the playlist, so non-essential.
But when it was used it conflicted with the playlist viewer which already uses
the plugin buffer for playlist purposes simultaneously. It only works by
accident.
Since the reparse avoidance is non-essential don't do it for now. A temp buffer
can be passed to playlist_save() to enable it but the only caller (as of now)
does not do that.
Change-Id: I3f75f89d8551e1ec38800268b273105faba0efbf
Diffstat (limited to 'apps/root_menu.c')
0 files changed, 0 insertions, 0 deletions