Fixed warning in MCASE function

master
Armando Rivera 11 years ago
parent df5e9466a1
commit 2b433321d5
  1. 2
      runtime.inc

@ -86,7 +86,7 @@ ENDFUNCTION
FUNCTION CSTRING MCASE$ (CSTRING S) BEGIN
DIM AS CSTRING tmpStr(S);
DIM AS bool capFlag;
DIM AS bool capFlag = FALSE;
DIM AS register size_t i;

Loading…
Cancel
Save