skuska
This commit is contained in:
parent
f18e9b48c3
commit
fb7e53f429
@ -45,7 +45,7 @@ int main() {
|
||||
students_capacity = (students_capacity + 1) * 2;
|
||||
student_t *new_students = realloc(students, students_capacity * sizeof(student_t));
|
||||
if (new_students == NULL) {
|
||||
fprintf(stderr, "Chyba");
|
||||
fprintf(stderr, "Error: Memory reallocation failed\n");
|
||||
return 1;
|
||||
}
|
||||
students = new_students;
|
||||
|
Loading…
Reference in New Issue
Block a user