* formatfloat patches for #8388 and 8386

git-svn-id: trunk@6697 -
This commit is contained in:
marco 2007-03-03 14:02:20 +00:00
parent 7828a1a82a
commit e56abc47b7

View File

@ -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;