|
@@ -1836,8 +1836,6 @@ var p : pchar;
|
|
begin
|
|
begin
|
|
p:=pchar(pointer(s)); // work around CONST. Ansiextract is safe for nil
|
|
p:=pchar(pointer(s)); // work around CONST. Ansiextract is safe for nil
|
|
result:=AnsiExtractquotedStr(p,AQuote);
|
|
result:=AnsiExtractquotedStr(p,AQuote);
|
|
- if result='' Then
|
|
|
|
- result:=s;
|
|
|
|
end;
|
|
end;
|
|
|
|
|
|
function StrToBool(const S: string): Boolean;
|
|
function StrToBool(const S: string): Boolean;
|