buffet
This commit is contained in:
parent
7455eb5a3d
commit
7c22e4fc81
@ -48,7 +48,7 @@ void search(struct tree* this){
|
||||
if(buffer[0] == 'a'){
|
||||
if(this->left->value[0] == '*'){
|
||||
printf("%s\n", this->left->value);
|
||||
printf("%s\n", this->left->value);
|
||||
printf("Hallo\n");
|
||||
return;
|
||||
}
|
||||
printf("%s\n", this->left->value);
|
||||
|
Loading…
Reference in New Issue
Block a user