forked from len0rd/rockbox
Properly allocating the temporary buffer.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9257 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7c4e0c8730
commit
a93e59152a
1 changed files with 1 additions and 3 deletions
|
@ -31,9 +31,7 @@
|
|||
#include "splash.h"
|
||||
#include "lang.h"
|
||||
#include "tagcache.h"
|
||||
|
||||
/* External reference to the big audiobuffer. */
|
||||
extern char *audiobuf, *audiobufend;
|
||||
#include "buffer.h"
|
||||
|
||||
/* Tag Cache thread. */
|
||||
static struct event_queue tagcache_queue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue