1
0
Fork 0
forked from len0rd/rockbox

fix yellow

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25606 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Yoshihisa Uchida 2010-04-12 12:15:35 +00:00
parent bc28939e04
commit 5209ed44a0

View file

@ -690,7 +690,7 @@ static unsigned char *decode2utf8(const unsigned char *src, unsigned char *dst,
{
unsigned short ucs[max_columns * DIACRITIC_FACTOR + 1];
unsigned short ch;
const unsigned char *oldstr;
const unsigned char *oldstr = src;
const unsigned char *str = src;
unsigned char *utf8 = dst;
int chars = 0;