Parcourir la source

* Remove unnecessary writeln

git-svn-id: trunk@1947 -
daniel il y a 20 ans
Parent
commit
61d288a7cc
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      utils/grab_vcsa.pp

+ 0 - 1
utils/grab_vcsa.pp

@@ -88,7 +88,6 @@ begin
             halt(result_chmod_error);
           if fpchmod(vcsa,ttystat.mode)<>0 then
             halt(result_chmod_error);
-          writeln(vcsa);
           exitcode:=result_success;
         end;
     end;