remove uninit message
authorminima <minima>
Sun, 4 Mar 2001 12:13:24 +0000 (12:13 +0000)
committerminima <minima>
Sun, 4 Mar 2001 12:13:24 +0000 (12:13 +0000)
perl/winclient.pl

index a8188b9dcb49abb5d5137ff6104b9f31b2d2fc87..f7f264b9b7f1dd6d1687fb74b40266b9092da429 100755 (executable)
@@ -70,7 +70,7 @@ die "can't fork: $!" unless defined($childpid = fork());
 
 # the communication .....
 if ($childpid) {
-       my ($lastend, $end);
+       my ($lastend, $end) = ("\n", "\n");
        
        STDOUT->autoflush(1);
     while (defined (my $msg = <$handle>)) {