diff --git a/cv8/program.c b/cv8/program.c index a497fb1..ca8869e 100644 --- a/cv8/program.c +++ b/cv8/program.c @@ -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);