another little warning-smashing change i found

This commit is contained in:
zeromus 2010-10-22 05:05:46 +00:00
parent 34e1fb3bad
commit 639836914a

View File

@ -297,7 +297,7 @@ bool _FAT_cache_writeSectors (CACHE* cache, sec_t sector, sec_t numSectors, cons
sec_t sec;
sec_t secs_to_write;
CACHE_ENTRY* entry;
const uint8_t *src = buffer;
const uint8_t *src = (const uint8_t *)buffer;
while(numSectors>0)
{