Skip to content
Snippets Groups Projects
Commit b3d4e526 authored by Alec's avatar Alec
Browse files

rechercher existe pas marche mtn

parent 0cddd085
Branches
No related tags found
No related merge requests found
......@@ -375,8 +375,7 @@ void print_date(date item) {
}
void bp_print_entry(entry person) {
if (person.phone == CONST_ENTR.phone) {
if (!strcmp(person.phone, CONST_ENTR.phone)) {
printf("Cette personne n'existe pas\n");
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment