Compare commits
No commits in common. "1a2eff3de4cc022e0cf2738ed92e559707e887fe" and "e3610ccddfaf14529cbd088be3d7d5a8b4a09c35" have entirely different histories.
1a2eff3de4
...
e3610ccddf
@ -52,10 +52,10 @@ int main() {
|
||||
count++;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (loaded == 0) {
|
||||
printf("Nepodarilo nacitat nic\n");
|
||||
return 0;
|
||||
fprintf(stderr, "Chyba: nepodarilo sa nacitat ziadny zaznam.\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
qsort(students, count, sizeof(Student), cmp);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user