summaryrefslogtreecommitdiff
path: root/apps/tagtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagtree.c')
-rw-r--r--apps/tagtree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagtree.c b/apps/tagtree.c
index 9684d5424c..48ef1e28ce 100644
--- a/apps/tagtree.c
+++ b/apps/tagtree.c
@@ -111,7 +111,7 @@ enum variables {
111 111
112/* Capacity 10 000 entries (for example 10k different artists) */ 112/* Capacity 10 000 entries (for example 10k different artists) */
113#define UNIQBUF_SIZE (64*1024) 113#define UNIQBUF_SIZE (64*1024)
114static long uniqbuf[UNIQBUF_SIZE / sizeof(long)]; 114static uint32_t uniqbuf[UNIQBUF_SIZE / sizeof(uint32_t)];
115 115
116#define MAX_TAGS 5 116#define MAX_TAGS 5
117#define MAX_MENU_ID_SIZE 32 117#define MAX_MENU_ID_SIZE 32