This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
pascal
/
fpc
réplica de
https://gitlab.com/freepascal.org/fpc/source.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
fcl-process: fixed parsing CommandLine under unix
mattias
%!s(int64=2) %!d(string=hai) anos
pai
1ca9f9af51
achega
203c566875
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
packages/fcl-process/src/unix/process.inc
+ 1
- 1
packages/fcl-process/src/unix/process.inc
Ver ficheiro
@@ -210,7 +210,7 @@ begin
end
else
begin
- If (PA
=
'') then
+ If (PA
<>
'') then
Cmd:=PA
else
Cmd:=PC;