mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 13:49:40 +02:00
Fixed textractquote regression after r35598
git-svn-id: trunk@35604 -
This commit is contained in:
parent
ae6b9652fc
commit
824cabd203
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user