Skip to content

Commit a7f5b4b

Browse files
[C] medie_generala MUST NOT be UPDATED
1 parent a4c9655 commit a7f5b4b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

C-method/src/task2.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -754,8 +754,6 @@ void UPDATE_studenti(secretariat *secretariat,
754754
} else if (!strcmp(camp, "statut")) {
755755
if (!strlen(valoare)) return; // Eroare
756756
student->statut = valoare[0];
757-
} else if (!strcmp(camp, "medie_generala")) {
758-
student->medie_generala = (float) atof(valoare);
759757
}
760758
}
761759
}

0 commit comments

Comments
 (0)