Fixed warning in MCASE function
This commit is contained in:
parent
df5e9466a1
commit
2b433321d5
@ -86,7 +86,7 @@ ENDFUNCTION
|
|||||||
|
|
||||||
FUNCTION CSTRING MCASE$ (CSTRING S) BEGIN
|
FUNCTION CSTRING MCASE$ (CSTRING S) BEGIN
|
||||||
DIM AS CSTRING tmpStr(S);
|
DIM AS CSTRING tmpStr(S);
|
||||||
DIM AS bool capFlag;
|
DIM AS bool capFlag = FALSE;
|
||||||
DIM AS register size_t i;
|
DIM AS register size_t i;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user