From b5901ca43e6902338569f17c85c797ec22307b39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Dembick=C3=BD?= Date: Fri, 17 Apr 2026 07:05:57 +0000 Subject: [PATCH] Aktualizovat du5/program.c --- du5/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du5/program.c b/du5/program.c index 48d05ca..7194ce5 100644 --- a/du5/program.c +++ b/du5/program.c @@ -53,7 +53,7 @@ int main(void) is_answer[idx] = 1; yes_child[idx] = -1; no_child[idx] = -1; - int start = (line[1] == ' ') ? 2 : 1; + int start = 1; int i = 0; while (line[start + i]) { text[idx][i] = line[start + i]; i++; } text[idx][i] = '\0';