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;
} */
if(buffer[0] == 'a'){
if(this->left->value[0] == '*'){
printf("%s\n", this->left->value);
printf("Hallo\n");
if(this->value[0] == '*'){
printf("%s\n", this->value);
return;
}
printf("%s\n", this->left->value);