Initialization
This commit is contained in:
parent
6c24ae9803
commit
415b874983
@ -47,7 +47,7 @@ int main() {
|
||||
}
|
||||
}
|
||||
|
||||
qsort(names, num_accepted, sizeof(char*) * NAME_SIZE, compare_names);
|
||||
qsort(names, num_accepted, sizeof(names[0]), compare_names);
|
||||
|
||||
if (num_accepted == 0) {
|
||||
printf("Ziadne prihlasky");
|
||||
|
Loading…
Reference in New Issue
Block a user