Quellcode durchsuchen

* AnsiDequotedString needs to return empty if it equals "" (bug ID 30220)

git-svn-id: trunk@34494 -
michael vor 9 Jahren
Ursprung
Commit
5917b38706
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  1. 0 2
      rtl/objpas/sysutils/sysstr.inc

+ 0 - 2
rtl/objpas/sysutils/sysstr.inc

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