mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 01:59:18 +02:00
* fixed typo
git-svn-id: trunk@11929 -
This commit is contained in:
parent
87eaa3c12b
commit
0518f65f63
@ -543,7 +543,7 @@ begin
|
|||||||
{$endif Windows}
|
{$endif Windows}
|
||||||
st[i]:='/';
|
st[i]:='/';
|
||||||
{$ifdef Windows}
|
{$ifdef Windows}
|
||||||
{$ifdef USE_MINGW_GDB} // see mantis 11968 because of mingw build. MvdV
|
{$ifndef USE_MINGW_GDB} // see mantis 11968 because of mingw build. MvdV
|
||||||
{ for Windows we should convert e:\ into //e/ PM }
|
{ for Windows we should convert e:\ into //e/ PM }
|
||||||
if (length(st)>2) and (st[2]=':') and (st[3]='/') then
|
if (length(st)>2) and (st[2]=':') and (st[3]='/') then
|
||||||
st:=CygDrivePrefix+'/'+st[1]+copy(st,3,length(st));
|
st:=CygDrivePrefix+'/'+st[1]+copy(st,3,length(st));
|
||||||
|
Loading…
Reference in New Issue
Block a user