This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
pascal
/
fpc
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
fcl-process: fixed parsing CommandLine under unix
mattias
2 năm trước cách đây
mục cha
1ca9f9af51
commit
203c566875
1 tập tin đã thay đổi
với
1 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
1
1
packages/fcl-process/src/unix/process.inc
+ 1
- 1
packages/fcl-process/src/unix/process.inc
Xem Tập Tin
@@ -210,7 +210,7 @@ begin
end
else
begin
- If (PA
=
'') then
+ If (PA
<>
'') then
Cmd:=PA
else
Cmd:=PC;