diff options
author | Jean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com> | 2005-02-12 12:57:16 +0000 |
---|---|---|
committer | Jean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com> | 2005-02-12 12:57:16 +0000 |
commit | 5203f0645e4c586da0a3151488097f8d29bf0d2b (patch) | |
tree | ab517773500f7990f54a8fd9551d2cc23cf6bf7b /apps/playlist.h | |
parent | 06f1c0afc656b940a61efa50eac035bcc3eb4eaa (diff) | |
download | rockbox-5203f0645e4c586da0a3151488097f8d29bf0d2b.tar.gz rockbox-5203f0645e4c586da0a3151488097f8d29bf0d2b.tar.bz2 rockbox-5203f0645e4c586da0a3151488097f8d29bf0d2b.zip |
long policy
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5934 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/playlist.h')
-rw-r--r-- | apps/playlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist.h b/apps/playlist.h index 8698981d26..279c74f740 100644 --- a/apps/playlist.h +++ b/apps/playlist.h @@ -35,7 +35,7 @@ struct playlist_info int control_fd; /* descriptor of the open control file */ bool control_created; /* has control file been created? */ int dirlen; /* Length of the path to the playlist file */ - unsigned int *indices; /* array of indices */ + unsigned long *indices; /* array of indices */ int max_playlist_size; /* Max number of files in playlist. Mirror of global_settings.max_files_in_playlist */ bool in_ram; /* playlist stored in ram (dirplay) */ |