mirror of
https://github.com/FellippeHeitor/InForm.git
synced 2025-01-15 03:49:56 +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
|
||||
Text$ = LEFT$(Text$, BackSlash - 1) + CHR$(VAL(tempNum$)) + MID$(Text$, SemiColon + 1)
|
||||
END IF
|
||||
|
||||
BackSlash = 0
|
||||
LOOP
|
||||
|
||||
RestoreCHRfromEscapeCode$ = Text$
|
||||
|
|
Loading…
Reference in a new issue