This commit is contained in:
Jana Kapalková 2026-04-16 14:11:07 +02:00
parent 9d6d5a897b
commit b6582dac71

View File

@ -68,7 +68,7 @@ void run_system(struct Node* node) {
int main(void) {
struct Node* root = read_tree();
if (root == NULL) {
printf("Error: failed to load the rule base.\n");
printf("Chybna databaza\n");
return 1;
}
char sep[SIZE];