funguje
This commit is contained in:
parent
3e011eb80f
commit
b393398521
@ -106,7 +106,7 @@ void run_knowledge_system(struct tree* node) {
|
||||
} else if (answer[0] == 'n') {
|
||||
run_knowledge_system(node->right);
|
||||
} else {
|
||||
printf("Nespravny vstup.\n");
|
||||
printf("Nerozumiem\n");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user