From 69a69b518eed6fb2e0cefa5e2789526d28d2414d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20B=C3=A9re=C5=A1?= Date: Tue, 29 Oct 2019 13:49:38 +0000 Subject: [PATCH] Aktualizovat "program.c --- program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program.c b/program.c index a4c241c..b03ecc3 100644 --- a/program.c +++ b/program.c @@ -25,7 +25,7 @@ int main() { int buf_C_2 = cislo2; if (isalpha(*druhe_cislo)){ - printf("%s je neplatny zapis.\n",prve_cislo); + printf("%s je neplatny zapis.\n",druhe_cislo); free(prve_cislo); free(druhe_cislo); return 0;