mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 21:00:30 +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;
|
P,Q,R: PChar;
|
||||||
begin
|
begin
|
||||||
result:='';
|
result:='';
|
||||||
if P=Nil then exit;
|
if Src=Nil then exit;
|
||||||
P := Src;
|
P := Src;
|
||||||
Q := StrEnd(P);
|
Q := StrEnd(P);
|
||||||
if P=Q then
|
if P=Q then
|
||||||
|
Loading…
Reference in New Issue
Block a user