summaryrefslogtreecommitdiffstats
path: root/tools/testdbv2.c
diff options
context:
space:
mode:
authorMichiel Van Der Kolk <not.valid@email.address>2005-06-04 19:15:53 +0000
committerMichiel Van Der Kolk <not.valid@email.address>2005-06-04 19:15:53 +0000
commitc9cc73ec1988dae9e3d1a09347ceac2a4ecc1f67 (patch)
tree70093f612bbed98816fd58e93ba848512c3d619f /tools/testdbv2.c
parent05f3b7ecf49617a22d9932dec2f0bf850d39831b (diff)
downloadrockbox-c9cc73ec1988dae9e3d1a09347ceac2a4ecc1f67.tar.gz
rockbox-c9cc73ec1988dae9e3d1a09347ceac2a4ecc1f67.zip
moving to wiki...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6567 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/testdbv2.c')
-rw-r--r--tools/testdbv2.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/testdbv2.c b/tools/testdbv2.c
index a7115a2454..378eef21e3 100644
--- a/tools/testdbv2.c
+++ b/tools/testdbv2.c
@@ -1,13 +1,13 @@
#include <stdlib.h>
#include <stdio.h>
-#define ARTISTLEN 28
-#define ALBUMLEN 24
-#define SONGLEN 52
-#define GENRELEN 12
-#define FILELEN 96
-#define SONGARRAYLEN 14
-#define ALBUMARRAYLEN 1
+#define ARTISTLEN 32
+#define ALBUMLEN 68
+#define SONGLEN 92
+#define GENRELEN 20
+#define FILELEN 212
+#define SONGARRAYLEN 48
+#define ALBUMARRAYLEN 38
#define BE32(_x_) (((_x_ & 0xff000000) >> 24) | \