Aktualizovat du3/program.c
This commit is contained in:
parent
c1a852b42b
commit
cf7acfb484
@ -130,7 +130,7 @@ int main()
|
||||
//** konecna faza = vypisovanie vysledkov
|
||||
|
||||
//ak systematicka chyba
|
||||
if (isLineInvalid = true || op == 'N' || IsArithCorrect(strtof(num1Temp),strtof(num2Temp), op1, ) == -1)
|
||||
if (isLineInvalid = true || op == 'N' || IsArithCorrect(strtof(num1Temp),strtof(num2Temp), op1) == -1)
|
||||
{
|
||||
printf("CHYBA\n");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user