mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 03:19:33 +02:00
* No need to check standalone if no tag
This commit is contained in:
parent
322e8ca7e3
commit
3a4b494bf1
@ -1147,7 +1147,7 @@ begin
|
||||
begin
|
||||
PartialPrefix := '';
|
||||
NewPos:=Pos(cStart,aTemplate,Current);
|
||||
IsStandalone := CheckStandalone;
|
||||
IsStandalone := (NewPos>0) and CheckStandalone;
|
||||
if NewPos=0 then
|
||||
NewPos:=Total+1;
|
||||
// Stash what we have till now.
|
||||
|
Loading…
Reference in New Issue
Block a user