mirror of
https://github.com/FellippeHeitor/InForm.git
synced 2025-01-15 11:59:34 +00:00
Fixes infinite loop condition in recent commit.
This commit is contained in:
parent
5ddeaf6c59
commit
c21ccaad0e
1 changed files with 0 additions and 2 deletions
|
@ -2970,8 +2970,6 @@ FUNCTION RestoreCHRfromEscapeCode$ (__Text$)
|
||||||
IF LEN(tempNum$) THEN
|
IF LEN(tempNum$) THEN
|
||||||
Text$ = LEFT$(Text$, BackSlash - 1) + CHR$(VAL(tempNum$)) + MID$(Text$, SemiColon + 1)
|
Text$ = LEFT$(Text$, BackSlash - 1) + CHR$(VAL(tempNum$)) + MID$(Text$, SemiColon + 1)
|
||||||
END IF
|
END IF
|
||||||
|
|
||||||
BackSlash = 0
|
|
||||||
LOOP
|
LOOP
|
||||||
|
|
||||||
RestoreCHRfromEscapeCode$ = Text$
|
RestoreCHRfromEscapeCode$ = Text$
|
||||||
|
|
Loading…
Reference in a new issue