--- np2/wince/fontmng.cpp 2005/04/01 15:35:50 1.11 +++ np2/wince/fontmng.cpp 2005/05/16 07:08:49 1.12 @@ -437,7 +437,7 @@ FNTDAT fontmng_get(void *hdl, const OEMC UINT cnt; #if defined(OSLANG_SJIS) || defined(OSLANG_UTF8) - leng = (UINT8)string[0]; + str = (UINT8)string[0]; if (leng >= 2) { str |= ((UINT8)string[1]) << 8; }