From 21b1caf08f12477f9ff7289c109697a3ae82d6d2 Mon Sep 17 00:00:00 2001 From: Artem Horbunov Date: Wed, 8 Apr 2020 15:59:30 +0000 Subject: [PATCH] =?UTF-8?q?Aktualizovat=20=E2=80=9Edu6/program.c=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du6/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du6/program.c b/du6/program.c index 4600715..b597b8b 100644 --- a/du6/program.c +++ b/du6/program.c @@ -89,7 +89,7 @@ int main(){ } else{ printf("Prijati studenti:"); - for(int i = 0; i < lines; i++){ + for(int i = 0; i <= lines; i++){ printf("%s\n", newNames[i]); } puts("Neprijati studenti:");