mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 11:09:36 +02:00
* Remove unnecessary writeln
git-svn-id: trunk@1947 -
This commit is contained in:
parent
178b756607
commit
61d288a7cc
@ -88,7 +88,6 @@ begin
|
|||||||
halt(result_chmod_error);
|
halt(result_chmod_error);
|
||||||
if fpchmod(vcsa,ttystat.mode)<>0 then
|
if fpchmod(vcsa,ttystat.mode)<>0 then
|
||||||
halt(result_chmod_error);
|
halt(result_chmod_error);
|
||||||
writeln(vcsa);
|
|
||||||
exitcode:=result_success;
|
exitcode:=result_success;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user