[Xfce4-commits] <tumbler:master> Fix previous commit, . is also a word boundry.

Nick Schermer noreply at xfce.org
Thu Dec 27 11:30:09 CET 2012


Updating branch refs/heads/master
         to 41fd44138dd5d966b924a466fe29bbf4d7965cb3 (commit)
       from aff8b12f4b3a886575c427a598a9b36786643070 (commit)

commit 41fd44138dd5d966b924a466fe29bbf4d7965cb3
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Dec 12 22:07:37 2012 +0100

    Fix previous commit, . is also a word boundry.

 plugins/cover-thumbnailer/cover-thumbnailer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/cover-thumbnailer/cover-thumbnailer.c b/plugins/cover-thumbnailer/cover-thumbnailer.c
index 3cbf9bf..34302e9 100644
--- a/plugins/cover-thumbnailer/cover-thumbnailer.c
+++ b/plugins/cover-thumbnailer/cover-thumbnailer.c
@@ -43,7 +43,7 @@
 
 
 #define SERIES_PATTERN    "\\b((?:s\\d{1,2}e\\d{1,2}|\\d{1,2}x\\d{1,2}))\\b"
-#define ABBREV_PATTERN    "\\b(\\w{1,}(?:rip|scr)|r5|hdtv|(?:480|720|1080)p|\\.\\w{3}$)\\b"
+#define ABBREV_PATTERN    "\\b(\\w{1,}(?:rip|scr)|r5|hdtv|(?:480|720|1080)p|\\w{3}$)\\b"
 #define YEAR_PATTERN      "\\b(\\d{4})\\b"
 
 #define OMDBAPI_QUERY_URL "http://www.omdbapi.com/?t="


More information about the Xfce4-commits mailing list