This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
pascal
/
fpc
cermin dari
https://gitlab.com/freepascal.org/fpc/source.git
Liatin
2
Bintangi
0
Fork
0
Berkas
Masalah
0
Wiki
Jelajahi Sumber
fcl-process: fixed parsing CommandLine under unix
mattias
2 tahun lalu
induk
1ca9f9af51
melakukan
203c566875
1 mengubah file
dengan
1 tambahan dan
1 penghapusan
Tampilan Split
Tampilkan Statistik Diff
1
1
packages/fcl-process/src/unix/process.inc
+ 1
- 1
packages/fcl-process/src/unix/process.inc
Tampilan Berkas
@@ -210,7 +210,7 @@ begin
end
else
begin
- If (PA
=
'') then
+ If (PA
<>
'') then
Cmd:=PA
else
Cmd:=PC;