mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 00:10:19 +02:00
fix typo in comment
git-svn-id: trunk@25943 -
This commit is contained in:
parent
51763b26dd
commit
83544d3f30
@ -163,7 +163,7 @@ begin
|
|||||||
delete(PathConv,tmppos,2);
|
delete(PathConv,tmppos,2);
|
||||||
tmppos:=pos('./',PathConv);
|
tmppos:=pos('./',PathConv);
|
||||||
end;
|
end;
|
||||||
{ convert wildstart to #? }
|
{ convert wildstar to #? }
|
||||||
tmppos:=pos('*',PathConv);
|
tmppos:=pos('*',PathConv);
|
||||||
while tmppos<>0 do begin
|
while tmppos<>0 do begin
|
||||||
delete(PathConv,tmppos,1);
|
delete(PathConv,tmppos,1);
|
||||||
|
Loading…
Reference in New Issue
Block a user