mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:59:26 +02:00
* Additional fix for GetDelimitedText
git-svn-id: trunk@46715 -
This commit is contained in:
parent
250c0750a2
commit
df9cea5cc4
@ -249,7 +249,7 @@ begin
|
||||
Result:=Result+Delimiter;
|
||||
end;
|
||||
// Quote empty string:
|
||||
If (Length(Result)=0) and (Count=1) then
|
||||
If (Length(Result)=0) and (Count=1) and (QuoteChar<>#0) then
|
||||
Result:=QuoteChar+QuoteChar;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user