From b8ae97fe586c2cbefc8a229fe54c17b27331b20b Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sun, 7 Aug 2011 20:28:47 +0000 Subject: Fix yellow and red. Disable NSF, VGM, SGC and KSS formats for low memory targets for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30265 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libgme/blip_buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libgme/blip_buffer.c') diff --git a/apps/codecs/libgme/blip_buffer.c b/apps/codecs/libgme/blip_buffer.c index 3061f68..2a015d7 100644 --- a/apps/codecs/libgme/blip_buffer.c +++ b/apps/codecs/libgme/blip_buffer.c @@ -27,7 +27,7 @@ int const silent_buf_size = 1; // size used for Silent_Blip_Buffer void Blip_init( struct Blip_Buffer* this ) { - this->factor_ = LONG_MAX; + this->factor_ = (blip_ulong)LONG_MAX; this->offset_ = 0; this->buffer_size_ = 0; this->sample_rate_ = 0; -- cgit v1.1