summaryrefslogtreecommitdiffstats
path: root/scripts/mpg123.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mpg123.pl')
-rw-r--r--scripts/mpg123.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mpg123.pl b/scripts/mpg123.pl
index e52dc13..f0d4d21 100644
--- a/scripts/mpg123.pl
+++ b/scripts/mpg123.pl
@@ -60,7 +60,7 @@ sub cmd_mpg123 {
}
}
- open (f, $mpg123file) || return;
+ open (f, "<", $mpg123file) || return;
while ($mpg123linha=<f>) {