summaryrefslogtreecommitdiffstats
path: root/apps/playlist.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-08-15 12:28:52 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-08-15 12:28:52 +0000
commit5917e8157a40e018e99086cb9328add9249f0264 (patch)
tree277298dca8fa8fc6df2504dccedd3b4bfac8e083 /apps/playlist.h
parent62625737a410f66a62f76f2e32fe189a1c30d5b9 (diff)
downloadrockbox-5917e8157a40e018e99086cb9328add9249f0264.tar.gz
rockbox-5917e8157a40e018e99086cb9328add9249f0264.zip
Now we can have up to 400 files in a directory
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1761 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/playlist.h')
-rw-r--r--apps/playlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist.h b/apps/playlist.h
index 2e3d6a3e27..312964fd8c 100644
--- a/apps/playlist.h
+++ b/apps/playlist.h
@@ -22,10 +22,10 @@
#include <stdbool.h>
#include "file.h"
+#include "applimits.h"
/* playlist data */
-#define MAX_PLAYLIST_SIZE 10000
typedef struct
{
char filename[MAX_PATH]; /* path name of m3u playlist on disk */