This commit is contained in:
Maryna Kravtsova 2020-11-22 16:17:13 +01:00
parent 7455eb5a3d
commit 7c22e4fc81

View File

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