Initialization
This commit is contained in:
parent
44131bdffb
commit
d0a41edb74
@ -58,7 +58,7 @@ int main() {
|
||||
|
||||
if (count > accepted_count) {
|
||||
printf("Neprijati studenti:");
|
||||
for (; j < i; j++) {
|
||||
for (; j < count; j++) {
|
||||
printf("%s\n", applications[j]);
|
||||
}
|
||||
}
|
||||
@ -70,4 +70,4 @@ int main() {
|
||||
free(applications);
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user