updated comparison

This commit is contained in:
Andreas Antener
2015-01-31 16:05:40 +01:00
committed by Lorenz Meier
parent 959aefba63
commit f8ff5b617b
+1 -1
View File
@@ -500,7 +500,7 @@ param_reset_excludes(const char* excludes[], int num_excludes)
for (int index = 0, len = strlen(excludes[index]); index < num_excludes; index ++) {
if((excludes[index][len - 1] == '*'
&& strncmp(name, excludes[index], strlen(excludes[index]))) == 0
&& strncmp(name, excludes[index], len - 1)) == 0
|| strcmp(name, excludes[index]) == 0) {
param_reset(param);