buffet
This commit is contained in:
parent
1fd6b53ecc
commit
6edcf36f10
@ -42,9 +42,9 @@ void search(struct tree* this){
|
||||
int x = strlen(buffer);
|
||||
buffer[x-1]='\0';
|
||||
|
||||
if(this == NULL){
|
||||
/*if(this == NULL){
|
||||
return;
|
||||
}
|
||||
} */
|
||||
if(buffer[0] == 'a'){
|
||||
if(this->left->value[0] == '*'){
|
||||
printf("%s\n", this->left->value);
|
||||
|
Loading…
Reference in New Issue
Block a user