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