Update cv1/program.c
This commit is contained in:
parent
aab3da0a10
commit
db68df692e
@ -18,7 +18,7 @@ bool check(char* s2, char *pz)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
bool rez=strstr(s, pz)!=NULL;
|
bool rez=strstr(s, pz)!=NULL;
|
||||||
free(s2);
|
free(s);
|
||||||
return rez;
|
return rez;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user