summaryrefslogtreecommitdiff
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
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
-rw-r--r--tools/SongDB.jarbin615377 -> 0 bytes
-rw-r--r--tools/testdbv2.c14
2 files changed, 7 insertions, 7 deletions
diff --git a/tools/SongDB.jar b/tools/SongDB.jar
deleted file mode 100644
index e3a1f5d427..0000000000
--- a/tools/SongDB.jar
+++ /dev/null
Binary files differ
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 @@
1#include <stdlib.h> 1#include <stdlib.h>
2#include <stdio.h> 2#include <stdio.h>
3 3
4#define ARTISTLEN 28 4#define ARTISTLEN 32
5#define ALBUMLEN 24 5#define ALBUMLEN 68
6#define SONGLEN 52 6#define SONGLEN 92
7#define GENRELEN 12 7#define GENRELEN 20
8#define FILELEN 96 8#define FILELEN 212
9#define SONGARRAYLEN 14 9#define SONGARRAYLEN 48
10#define ALBUMARRAYLEN 1 10#define ALBUMARRAYLEN 38
11 11
12 12
13#define BE32(_x_) (((_x_ & 0xff000000) >> 24) | \ 13#define BE32(_x_) (((_x_ & 0xff000000) >> 24) | \