This commit is contained in:
Filip Chochol 2026-04-09 16:23:07 +02:00
parent 06d14fdc9b
commit 1098b82f8a

View File

@ -56,7 +56,7 @@ void spusti_system(struct strom* uzol) {
char odpoved[SIZE]; char odpoved[SIZE];
memset(odpoved, 0, SIZE); memset(odpoved, 0, SIZE);
if (fgets(odpoved, SIZE, stdin) == NULL) { if (fgets(odpoved, SIZE, stdin) == NULL) {
printf("Nerozumiem\n"); printf("Koniec vstupu\n");
return; return;
} }