wrhfjwhf
This commit is contained in:
parent
d7454318bf
commit
51955157f3
BIN
du6/program
BIN
du6/program
Binary file not shown.
@ -49,7 +49,7 @@ bool find_the_incorrect(struct tree* tree) {
|
|||||||
|
|
||||||
if
|
if
|
||||||
((strcspn(tree->value, "*") != strlen(tree->value) &&
|
((strcspn(tree->value, "*") != strlen(tree->value) &&
|
||||||
strcspn(tree->value, "?") != strlen(tree->value)) || (strcspn(tree->value, ".") != strlen(tree->value) )) {
|
strcspn(tree->value, "?") != strlen(tree->value)) ) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user