This commit is contained in:
Maksym Malko 2020-11-27 10:39:05 +01:00
parent 5463c6e10c
commit fe27e48fa0

View File

@ -41,6 +41,7 @@ struct tree* read_tree(){
if(flag==-1){
puts("Expert z bufetu to vie.");
puts("Chybna databaza");
exit(0);
}
struct tree* node = calloc(1,sizeof(struct tree));