about summary refs log tree commit homepage
path: root/bin/dtas-cueedit
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dtas-cueedit')
-rwxr-xr-xbin/dtas-cueedit2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/dtas-cueedit b/bin/dtas-cueedit
index 3677e7a..04922ef 100755
--- a/bin/dtas-cueedit
+++ b/bin/dtas-cueedit
@@ -24,8 +24,6 @@ def tmpfile(file, suffix)
 end
 
 ARGV.each do |file|
-  # Unix paths are encoding agnostic
-  file = file.b
   file =~ /\.flac\z/i or warn "Unsupported suffix, assuming FLAC"
   tmp = tmpfile(file, '.cue')
   begin