mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 19:05:54 +02:00
* tiny tiny flaw fix
This commit is contained in:
parent
df88641d09
commit
499f57bbf0
@ -1548,7 +1548,7 @@ Var
|
|||||||
Info : Stat;
|
Info : Stat;
|
||||||
Begin
|
Begin
|
||||||
{Replace ':' with ';'}
|
{Replace ':' with ';'}
|
||||||
for p1:=1to length(dirlist) do
|
for p1:=1 to length(dirlist) do
|
||||||
if dirlist[p1]=':' then
|
if dirlist[p1]=':' then
|
||||||
dirlist[p1]:=';';
|
dirlist[p1]:=';';
|
||||||
{Check for WildCards}
|
{Check for WildCards}
|
||||||
@ -1740,7 +1740,10 @@ End.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.66 2004-02-16 13:21:18 marco
|
Revision 1.67 2004-03-03 17:23:06 olle
|
||||||
|
* tiny tiny flaw fix
|
||||||
|
|
||||||
|
Revision 1.66 2004/02/16 13:21:18 marco
|
||||||
* fpexec for popen
|
* fpexec for popen
|
||||||
|
|
||||||
Revision 1.65 2004/02/14 21:12:14 marco
|
Revision 1.65 2004/02/14 21:12:14 marco
|
||||||
|
Loading…
Reference in New Issue
Block a user