buffet
This commit is contained in:
parent
7c22e4fc81
commit
736cd37d5b
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user