Fixed textractquote regression after r35598

git-svn-id: trunk@35604 -
This commit is contained in:
marcus 2017-03-16 08:04:38 +00:00
parent ae6b9652fc
commit 824cabd203

View File

@ -685,7 +685,7 @@ var
P,Q,R: PChar;
begin
result:='';
if P=Nil then exit;
if Src=Nil then exit;
P := Src;
Q := StrEnd(P);
if P=Q then