From 26127ebea5f8ac11142a8a59c1cb6fe8b27ad545 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 27 Jan 2016 17:24:03 +0100 Subject: [PATCH] Screen::debug(): encode arguments --- bin/fcscs | 3 +++ 1 file changed, 3 insertions(+) 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; } -- 2.43.2