aboutsummaryrefslogtreecommitdiff
path: root/mpdlrc
diff options
context:
space:
mode:
Diffstat (limited to 'mpdlrc')
-rwxr-xr-xmpdlrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpdlrc b/mpdlrc
index 4cb6884..901dc0d 100755
--- a/mpdlrc
+++ b/mpdlrc
@@ -40,7 +40,7 @@ my $mpd = Net::MPD->connect()
my $pid;
# Use UTF-8 for output, because forëigñ charåcters āre ìmpørtánt
-binmode *STDOUT, ':encoding(utf8)';
+binmode STDOUT, ':encoding(utf8)';
MPD: while (1) {