mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 19:39:24 +02:00
Jedi Code Format: Fix parsing numbers. Issue #39926.
This commit is contained in:
parent
27dfc5b4cd
commit
545b37f413
@ -662,7 +662,7 @@ begin
|
||||
ie one dat = decimal
|
||||
two dots = end of number
|
||||
}
|
||||
lbFirstDigit := True;
|
||||
lbFirstDigit := False;
|
||||
while CharIsDigit(Current) or (Current = '.') or CharIsDigitSeparator(Current,lbFirstDigit) do
|
||||
begin
|
||||
lbFirstDigit := False;
|
||||
|
Loading…
Reference in New Issue
Block a user