This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
pascal
/
fpc
mirror da
https://gitlab.com/freepascal.org/fpc/source.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
fcl-process: fixed parsing CommandLine under unix
mattias
2 anni fa
parent
1ca9f9af51
commit
203c566875
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
packages/fcl-process/src/unix/process.inc
+ 1
- 1
packages/fcl-process/src/unix/process.inc
Vedi File
@@ -210,7 +210,7 @@ begin
end
else
begin
- If (PA
=
'') then
+ If (PA
<>
'') then
Cmd:=PA
else
Cmd:=PC;