This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
pascal
/
fpc
peilaus alkaen
https://gitlab.com/freepascal.org/fpc/source.git
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Selaa lähdekoodia
fcl-process: fixed parsing CommandLine under unix
mattias
2 vuotta sitten
vanhempi
1ca9f9af51
commit
203c566875
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Näytä diff tilastot
1
1
packages/fcl-process/src/unix/process.inc
+ 1
- 1
packages/fcl-process/src/unix/process.inc
Näytä tiedosto
@@ -210,7 +210,7 @@ begin
end
else
begin
- If (PA
=
'') then
+ If (PA
<>
'') then
Cmd:=PA
else
Cmd:=PC;