mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-17 23:11:47 +02:00
parent
7828a1a82a
commit
e56abc47b7
@ -1824,8 +1824,8 @@ Var
|
||||
Inc(Fmt);
|
||||
End;
|
||||
Else
|
||||
{ This was 'if not SQ or DQ'. Looked wrong... }
|
||||
If Not SQ Or DQ Then
|
||||
{ if not in quotes, then interpret}
|
||||
If Not (SQ Or DQ) Then
|
||||
Begin
|
||||
Case Fmt[0] Of
|
||||
'0':
|
||||
@ -1900,7 +1900,9 @@ Var
|
||||
Else { Case }
|
||||
Inc(Fmt);
|
||||
End; { Case }
|
||||
End; { Begin }
|
||||
End { Begin }
|
||||
Else
|
||||
Inc(Fmt);
|
||||
End; { Case }
|
||||
End; { While .. Begin }
|
||||
End;
|
||||
|
Loading…
Reference in New Issue
Block a user