diff --git a/cv8/program.c b/cv8/program.c index 7cec6d9..4a60e13 100644 --- a/cv8/program.c +++ b/cv8/program.c @@ -46,9 +46,8 @@ void search(struct tree* this){ return; } */ if(buffer[0] == 'a'){ - if(this->left->value[0] == '*'){ - printf("%s\n", this->left->value); - printf("Hallo\n"); + if(this->value[0] == '*'){ + printf("%s\n", this->value); return; } printf("%s\n", this->left->value);