From 02f96899c1100bf847dc3c5b7a3df201d5412d71 Mon Sep 17 00:00:00 2001 From: Artem Horbunov Date: Wed, 8 Apr 2020 16:35:44 +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 0c28bf2..e70ee7b 100644 --- a/du6/program.c +++ b/du6/program.c @@ -93,7 +93,7 @@ int main(){ } //Print names if(newLines <= lines){ - puts("Prijati studenti:"); + printf("Prijati studenti:%s", string); for(int i = 0; i < newLines; i++){ printf("%s\n", newNames[i]); }