mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Bump hid to 32bit to make sure it's safe
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15438 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
acb3e9af22
commit
19eae2bd9b
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ bool buffering_reset(char *buf, size_t buflen);
|
|||
* amount of data is ready (unless EOF is reached).
|
||||
****************************************************************************/
|
||||
|
||||
#define BUF_HANDLE_ID_MASK 0x7FFF
|
||||
#define BUF_HANDLE_ID_MASK 0x7FFFFFFF
|
||||
#define BUF_MAX_HANDLES 256
|
||||
|
||||
int bufopen(const char *file, size_t offset, enum data_type type);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue