forked from len0rd/rockbox
Make the midiplugin's out of memory error more obvious to people who don't know what malloc is.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28822 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
36da28bbc7
commit
42ba55fba3
1 changed files with 1 additions and 2 deletions
|
@ -54,8 +54,7 @@ void *alloc(int size)
|
|||
|
||||
if (size + 4 > (int)totalSize)
|
||||
{
|
||||
midi_debug("MALLOC BARF");
|
||||
midi_debug("MALLOC BARF");
|
||||
midi_debug("Out of Memory");
|
||||
midi_debug("MALLOC BARF");
|
||||
midi_debug("MALLOC BARF");
|
||||
midi_debug("MALLOC BARF");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue