From e69e910843594a09d8e337b7724ae2e67cc73f84 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Thu, 12 Apr 2018 09:39:55 -0400 Subject: * lisp/emms-volume-pulse.el: bug fix Regexp supported only single digits numbers. Bug fix by Eugene Sharygin. --- lisp/emms-volume-pulse.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/emms-volume-pulse.el b/lisp/emms-volume-pulse.el index a3f9620..440ab7f 100644 --- a/lisp/emms-volume-pulse.el +++ b/lisp/emms-volume-pulse.el @@ -80,7 +80,7 @@ See full list of devices on your system by running (cl-loop while (string-match (mapconcat 'identity - '(".*Sink[ \t]+\\#\\([0-9]\\)" + '(".*Sink[ \t]+\\#\\([0-9]+\\)" ".*Name:[ \t]\\([^\n]+\\)" ".*Volume:.*?\\([0-9]+\\)%.*\n?") "\n") -- cgit v1.2.3