Aktualizovat du3/program.c

This commit is contained in:
Tomáš Vlček 2026-03-18 23:37:29 +00:00
parent 99825528ab
commit 9802a3f760

View File

@ -41,7 +41,7 @@ int main()
char line[SIZE], strBuffer[SIZE]; char line[SIZE], strBuffer[SIZE];
line[0] = '\0'; line[0] = '\0';
strBuffer[0] = '\0'; strBuffer[0] = '\0';
const char* strtofEndPtr; char* strtofEndPtr;
@ -95,7 +95,7 @@ int main()
{ {
op1 = i; op1 = i;
} }
else if (strBuffer[i] = '.') else if (strBuffer[i] == '.')
{ {
//zisti, kde treba zapisat desatinnu bodku //zisti, kde treba zapisat desatinnu bodku
switch (writeIntoArrayNum) switch (writeIntoArrayNum)