From 81e69debe7c77101c4ba353ea93905700ac3e403 Mon Sep 17 00:00:00 2001 From: Artem Horbunov Date: Wed, 8 Apr 2020 16:00:22 +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 b597b8b..056e517 100644 --- a/du6/program.c +++ b/du6/program.c @@ -93,7 +93,7 @@ int main(){ printf("%s\n", newNames[i]); } puts("Neprijati studenti:"); - for(int i = lines; i < newLines; i++){ + for(int i = lines + 1; i < newLines; i++){ printf("%s\n", newNames[i]); } }