ruderich.org/simon
/
fcscs
/
fcscs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f124504
)
Screen::debug(): encode arguments
author
Simon Ruderich
<simon@ruderich.org>
Wed, 27 Jan 2016 16:24:03 +0000
(17:24 +0100)
committer
Simon Ruderich
<simon@ruderich.org>
Wed, 27 Jan 2016 16:24:03 +0000
(17:24 +0100)
bin/fcscs
patch
|
blob
|
history
diff --git
a/bin/fcscs
b/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;
}