mirror of
https://gitee.com/Polarix/simplegui.git
synced 2025-06-18 14:07:53 +00:00
修复UTF8解码函数中uiCharacterLength未初始化的问题
This commit is contained in:
parent
ecfe8ff84a
commit
9b1836ddc7
@ -398,9 +398,9 @@ SGUI_CSZSTR SGUI_Text_StepNext_UTF8(SGUI_CSZSTR cszSrc, SGUI_UINT32* puiCode)
|
|||||||
/*----------------------------------*/
|
/*----------------------------------*/
|
||||||
/* Initialize */
|
/* Initialize */
|
||||||
/*----------------------------------*/
|
/*----------------------------------*/
|
||||||
pcNextChar = cszSrc;
|
pcNextChar = cszSrc;
|
||||||
uiCode = 0;
|
uiCode = 0;
|
||||||
|
uiCharacterLength = 0;
|
||||||
/*----------------------------------*/
|
/*----------------------------------*/
|
||||||
/* Process */
|
/* Process */
|
||||||
/*----------------------------------*/
|
/*----------------------------------*/
|
||||||
|
Loading…
Reference in New Issue
Block a user