1
0
Fork 0
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:
Michael Giacomelli 2010-12-13 04:43:27 +00:00
parent 36da28bbc7
commit 42ba55fba3

View file

@ -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");