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