From b6582dac71c60b55631728fce152fa17c21a9b8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jana=20Kapalkov=C3=A1?= Date: Thu, 16 Apr 2026 14:11:07 +0200 Subject: [PATCH] commit --- du5/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du5/program.c b/du5/program.c index 85e7e63..cc81817 100644 --- a/du5/program.c +++ b/du5/program.c @@ -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];