This commit is contained in:
Maksym Malko 2020-11-27 10:38:04 +01:00
parent 0393d236fb
commit 5463c6e10c

View File

@ -39,7 +39,8 @@ struct tree* read_tree(){
int flag = get_input(buffer);
if(flag==-1){
puts("EOF");
puts("Expert z bufetu to vie.");
puts("Chybna databaza");
}
struct tree* node = calloc(1,sizeof(struct tree));