]> ruderich.org/simon Gitweb - fcscs/fcscs.git/commitdiff
Screen::debug(): encode arguments
authorSimon Ruderich <simon@ruderich.org>
Wed, 27 Jan 2016 16:24:03 +0000 (17:24 +0100)
committerSimon Ruderich <simon@ruderich.org>
Wed, 27 Jan 2016 16:24:03 +0000 (17:24 +0100)
bin/fcscs

index 5b68c2b022a76f445db3f9c652a7f65e343d9bbb..230d4bc9440b1900f21ece73fd01330fb0d29c8d 100755 (executable)
--- a/bin/fcscs
+++ b/bin/fcscs
@@ -355,6 +355,9 @@ package Screen {
             }
         }
 
             }
         }
 
+        foreach (@args) {
+            $_ = $self->encode($_);
+        }
         say $fh "$module: @args";
         return;
     }
         say $fh "$module: @args";
         return;
     }