aboutsummaryrefslogtreecommitdiff
path: root/emms-info-mp3info.el
diff options
context:
space:
mode:
authorwilliam.xwl <william.xwl>2006-08-05 00:43:00 +0000
committerwilliam.xwl <mwolson@gnu.org>2006-08-05 00:43:00 +0000
commitb42027e47722f2c038ad455b6ca18f0b9c115643 (patch)
tree329055c4d1694c041968b7541c5d68f5c9f1dfe9 /emms-info-mp3info.el
parent4150a25e6930608c8a6f04bc948f7c376b39dddf (diff)
Set correct SEPARATORS parameter for split-string.
darcs-hash:20060805004338-e8fe6-e3c3067cd72a36343c35677bea69248404e0758c.gz
Diffstat (limited to 'emms-info-mp3info.el')
-rw-r--r--emms-info-mp3info.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emms-info-mp3info.el b/emms-info-mp3info.el
index 567f0fc..2452a59 100644
--- a/emms-info-mp3info.el
+++ b/emms-info-mp3info.el
@@ -110,7 +110,8 @@ This is a useful element for `emms-info-functions'."
(car
(split-string
(shell-command-to-string
- (concat "echo \"" str "\" | iconv -f " from " -t " to)))))
+ (concat "echo \"" str "\" | iconv -f " from " -t " to))
+ "\n")))
(provide 'emms-info-mp3info)
;;; emms-info-mp3info.el ends here