From b721c8440621774d7f28b4b0d136766a95ea2021 Mon Sep 17 00:00:00 2001 From: ak643du Date: Thu, 21 Mar 2024 17:05:14 +0100 Subject: [PATCH] Initialization --- cv5/program.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cv5/program.c b/cv5/program.c index b517c01..b7b1cdf 100644 --- a/cv5/program.c +++ b/cv5/program.c @@ -46,6 +46,7 @@ int main() { if (sscanf(line, "%d %[^\n]", &votes, name) != 2) { // error, input was not in expected format // print error message and exit + printf("Nepodarilo nacitat nic\n"); break; }