diff --git a/a3/program.c b/a3/program.c index 29cb503..873db31 100644 --- a/a3/program.c +++ b/a3/program.c @@ -15,11 +15,11 @@ int main() { //helper/pomocne lokalne premeny int studentsAmount; - struct studentsApplication student[STUDENT_SIZE]; + struct studentApplication student[STUDENT_SIZE]; int i = 0; char processedName[BUFFER_SIZE]; char newLineSymbol = '\n'; - char line[SIZE]; + char line[BUFFER_SIZE]; memset(line,0, sizeof(line)); setMemoryOfArrays(processedName, student);