From: Simon Ruderich Date: Wed, 27 Jan 2016 16:24:03 +0000 (+0100) Subject: Screen::debug(): encode arguments X-Git-Url: https://ruderich.org/simon/gitweb/?p=fcscs%2Ffcscs.git;a=commitdiff_plain;h=26127ebea5f8ac11142a8a59c1cb6fe8b27ad545 Screen::debug(): encode arguments --- diff --git a/bin/fcscs b/bin/fcscs index 5b68c2b..230d4bc 100755 --- a/bin/fcscs +++ b/bin/fcscs @@ -355,6 +355,9 @@ package Screen { } } + foreach (@args) { + $_ = $self->encode($_); + } say $fh "$module: @args"; return; }