summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rwxr-xr-xutil/ck_errf.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ck_errf.pl b/util/ck_errf.pl
index 344b422c34..fd6becc423 100755
--- a/util/ck_errf.pl
+++ b/util/ck_errf.pl
@@ -20,7 +20,7 @@ foreach $file (@ARGV)
$func = $1;
$func =~ tr/A-Z/a-z/;
}
- if (/([A-Z0-9]+)err\(([^,]+)/)
+ if (/([A-Z0-9]+)err\(([^,]+)/ && ! /ckerr_ignore/)
{
$errlib=$1;
$n=$2;