Update 'cv5/program.c'
This commit is contained in:
parent
25eb67de10
commit
97083e4ab7
@ -51,7 +51,7 @@ int main() {
|
|||||||
printf("Nepodarilo sa pridať hlas.\n");
|
printf("Nepodarilo sa pridať hlas.\n");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
validneZaznamy = 1;
|
validneZaznamy = 1;
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
break;
|
break;
|
||||||
@ -59,10 +59,9 @@ int main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!validneZaznamy) {
|
if (!validneZaznamy) {
|
||||||
|
|
||||||
printf("Nepodarilo nacitat nic\n");
|
printf("Nepodarilo nacitat nic\n");
|
||||||
return 1;
|
return 0;
|
||||||
}
|
|
||||||
|
|
||||||
qsort(studenti, pocetStudentov, sizeof(Student), porovnaj);
|
qsort(studenti, pocetStudentov, sizeof(Student), porovnaj);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user