[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: c/src-cpy: Fix a case of error hiding



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit d9b5649ada7471497ab6c11b2eef69e69822ab2c
Author: Niels Thykier <niels@thykier.net>
Date:   Wed Feb 17 21:52:30 2016 +0000

    c/src-cpy: Fix a case of error hiding
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 checks/source-copyright.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checks/source-copyright.pm b/checks/source-copyright.pm
index 1b5b31c..29c03bd 100644
--- a/checks/source-copyright.pm
+++ b/checks/source-copyright.pm
@@ -576,7 +576,7 @@ sub parse_wildcard {
             if ($bslash_index > -1) {
                 ($regex_src, $error) = dequote_backslashes($regex_src);
             }
-            return ($regex_src, WC_TYPE_DECENDANTS, undef);
+            return ($regex_src, WC_TYPE_DECENDANTS, $error);
         }
     }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: