mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 13:29:14 +02:00
* Shorter form of copy, remark by Alexey Torgashin
This commit is contained in:
parent
bd03612527
commit
fd1f7b2ef8
@ -86,7 +86,7 @@ begin
|
||||
else if copy(param,1,4)='-fo=' then
|
||||
begin
|
||||
// Watcom
|
||||
object_name:=copy(param,5,length(Param)-4);
|
||||
object_name:=copy(param,5);
|
||||
end
|
||||
else if (Param[1]='-') then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user