summaryrefslogtreecommitdiff
path: root/apps/tagcache.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-05-20 13:24:50 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-05-20 13:24:50 +0000
commit0e263d5b779f19033730fff7ec6f16b0715a976d (patch)
tree01097b13b3779d85b9bf0d4cf4183555ad36ea13 /apps/tagcache.c
parent24aeac2a754aa310894d3d057e827983b597e4f8 (diff)
downloadrockbox-0e263d5b779f19033730fff7ec6f16b0715a976d.tar.gz
rockbox-0e263d5b779f19033730fff7ec6f16b0715a976d.zip
accept FS#10992 by Rui Araújo to fix FS#10976 - make the <Untagged> string translatable
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26192 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tagcache.c')
-rw-r--r--apps/tagcache.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index 29c00ae311..affa75db05 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -95,8 +95,6 @@ static long tagcache_stack[(DEFAULT_STACK_SIZE + 0x4000)/sizeof(long)];
95static const char tagcache_thread_name[] = "tagcache"; 95static const char tagcache_thread_name[] = "tagcache";
96#endif 96#endif
97 97
98#define UNTAGGED "<Untagged>"
99
100/* Previous path when scanning directory tree recursively. */ 98/* Previous path when scanning directory tree recursively. */
101static char curpath[TAG_MAXLEN+32]; 99static char curpath[TAG_MAXLEN+32];
102 100