From 3c1176b58f03b752b0cbf0d1e609c08b0ea553e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Vl=C4=8Dek?= Date: Wed, 18 Mar 2026 23:39:05 +0000 Subject: [PATCH] Aktualizovat du3/program.c --- du3/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du3/program.c b/du3/program.c index 35bb4de..34118fa 100644 --- a/du3/program.c +++ b/du3/program.c @@ -135,7 +135,7 @@ int main() { printf("CHYBA\n"); } - else if (IsArithCorrect(strtof(num1Temp, strtofEndPtr),strtof(num2Temp, strtofEndPtr), op1) == 0) + else if (IsArithCorrect(strtof(num1Temp, &strtofEndPtr),strtof(num2Temp, &strtofEndPtr), op1) == 0) { printf("ZLE\n"); }