This commit is contained in:
Maryna Kravtsova 2020-11-22 16:18:48 +01:00
parent 7c22e4fc81
commit 736cd37d5b

View File

@ -46,9 +46,8 @@ void search(struct tree* this){
return; return;
} */ } */
if(buffer[0] == 'a'){ if(buffer[0] == 'a'){
if(this->left->value[0] == '*'){ if(this->value[0] == '*'){
printf("%s\n", this->left->value); printf("%s\n", this->value);
printf("Hallo\n");
return; return;
} }
printf("%s\n", this->left->value); printf("%s\n", this->left->value);