From 416218660aee3df058b8f6d7dbd49b79adddd020 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Sun, 4 Mar 2007 19:30:03 +0000 Subject: Ignore me. I am silly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12599 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagcache.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/tagcache.c b/apps/tagcache.c index 120b8fd918..7e614aa882 100644 --- a/apps/tagcache.c +++ b/apps/tagcache.c @@ -92,7 +92,6 @@ static const char tagcache_thread_name[] = "tagcache"; #endif #define UNTAGGED "" -#define SIZEOF_UNTAGGED 11 /* Including \0 */ /* Previous path when scanning directory tree recursively. */ static char curpath[TAG_MAXLEN+32]; @@ -1525,7 +1524,7 @@ static int check_if_empty(char **tag) if (*tag == NULL || *tag[0] == '\0') { *tag = UNTAGGED; - return SIZEOF_UNTAGGED; /* Tag length */ + return sizeof(UNTAGGED); /* Tag length */ } length = strlen(*tag); -- cgit v1.2.3