Initialization
This commit is contained in:
parent
360cce8497
commit
bfa4d74cc2
@ -51,7 +51,7 @@ int main() {
|
||||
qsort(applications, i, sizeof(char *), compare_names);
|
||||
|
||||
printf("Prijati studenti:");
|
||||
for (j = 0; j != i; j++) {
|
||||
for (j = 0; j < i; j++) {
|
||||
printf("%s\n", applications[j]);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user