clear
This commit is contained in:
parent
4aeb52f77e
commit
c189a2f6c0
@ -83,14 +83,14 @@ struct car* clear_train(struct car* first, const char* target) {
|
|||||||
}
|
}
|
||||||
this = this->next;
|
this = this->next;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
|
|
||||||
int x = strcmp(this->next->value, target);
|
int x = strcmp(this->next->value, target);
|
||||||
if(x == 0){
|
if(x == 0){
|
||||||
free(this->next);
|
free(this->next);
|
||||||
this->next = NULL;
|
this->next = NULL;
|
||||||
return first;
|
return first;
|
||||||
}
|
}*/
|
||||||
return first;
|
return first;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user