repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: d3be7998299fcb5969d24013308428697e16abdb:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit d3be7998299fcb5969d24013308428697e16abdb
Author: Emanuele Giaquinta 
Date:   Thu Jun 12 12:19:09 2014 +0000

    Fix fix style.

diff --git a/src/perl/matcher b/src/perl/matcher
index d2ed2367b647d3f64dc92bb25432a37070277c82..
index ..80e8a3e4747670d8b5eb2636a449a5677e297070 100644
--- a/src/perl/matcher
+++ b/src/perl/matcher
@@ -278,7 +278,7 @@ sub find_matches {
                # It'd be nice to just access a list like ($&,$1,$2...),
                # but alas, m//g behaves differently in list context.
                @exec = map { s/\$(\d+)|\$\{(\d+)\}/
-                  substr $text, $begin[$1 || $2], $end[$1 || $2] - $begin[$1 || $2])
+                  substr $text, $begin[$1 || $2], $end[$1 || $2] - $begin[$1 || $2]
                   /egx; $_ } split /\s+/, $launcher;
             }

-----END OF PAGE-----