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 | |
| parent | 85e40257dc65e3542b785898ddf60482e2d1ab0c (diff) | |
| download | rockbox-a7e25a01baaa3594fa59c0c09a0fbef38428dd81.zip rockbox-a7e25a01baaa3594fa59c0c09a0fbef38428dd81.tar.gz rockbox-a7e25a01baaa3594fa59c0c09a0fbef38428dd81.tar.bz2 rockbox-a7e25a01baaa3594fa59c0c09a0fbef38428dd81.tar.xz | |
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/SOURCES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 7afd973..0f804a5 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -217,7 +217,7 @@ superdom.c -#ifdef HAVE_TEST_PLUGINS /* enable in advanced build options */ +#if 1//def HAVE_TEST_PLUGINS /* enable in advanced build options */ #ifdef HAVE_ADJUSTABLE_CPU_FREQ test_boost.c #endif |