From b088d5f688bded2197d9637bacf5911889f9337d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Vl=C4=8Dek?= Date: Thu, 19 Mar 2026 00:19:35 +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 86a5d23..2952984 100644 --- a/du3/program.c +++ b/du3/program.c @@ -98,7 +98,7 @@ int main() if (strBuffer[i] == '+' || strBuffer[i] == '-' || strBuffer[i] == '/' || strBuffer[i] == '*') { - op1 = i; + op1 = strBuffer[i]; } else if (strBuffer[i] == '.') {