summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-02-20 16:12:05 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-02-20 16:12:05 +0000
commita7e25a01baaa3594fa59c0c09a0fbef38428dd81 (patch)
treebed1de279f5c4bff17c4ef41f2bf6fe756d2971a /apps/plugins
parent85e40257dc65e3542b785898ddf60482e2d1ab0c (diff)
downloadrockbox-a7e25a01baaa3594fa59c0c09a0fbef38428dd81.tar.gz
rockbox-a7e25a01baaa3594fa59c0c09a0fbef38428dd81.zip
FS#11920: Do not overwrite already existing metadata and take into account string termination. This can save several bytes of the metadata buffer when tags have multiple entries (e.g. multiple gerne tags)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29349 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/SOURCES2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 7afd97309f..0f804a521b 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -217,7 +217,7 @@ superdom.c
217 217
218 218
219 219
220#ifdef HAVE_TEST_PLUGINS /* enable in advanced build options */ 220#if 1//def HAVE_TEST_PLUGINS /* enable in advanced build options */
221#ifdef HAVE_ADJUSTABLE_CPU_FREQ 221#ifdef HAVE_ADJUSTABLE_CPU_FREQ
222test_boost.c 222test_boost.c
223#endif 223#endif