diff options
author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-02-20 16:12:05 +0000 |
---|---|---|
committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-02-20 16:12:05 +0000 |
commit | a7e25a01baaa3594fa59c0c09a0fbef38428dd81 (patch) | |
tree | bed1de279f5c4bff17c4ef41f2bf6fe756d2971a /apps/plugins/SOURCES | |
parent | 85e40257dc65e3542b785898ddf60482e2d1ab0c (diff) | |
download | rockbox-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/SOURCES')
-rw-r--r-- | apps/plugins/SOURCES | 2 |
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 |
222 | test_boost.c | 222 | test_boost.c |
223 | #endif | 223 | #endif |