@ -11,4 +11,4 @@
:failed: 0
:ignored: 0
:stdout: []
:time: 0.020077599998330697
:time: 0.02163599999039434
@ -51,4 +51,4 @@
:time: 0.039269100001547486
:time: 0.05005920000257902
:time: 0.022210399998584762
:time: 0.021275600010994822
:time: 0.024773599987383932
:time: 0.019954899995354936
@ -166,8 +166,8 @@ void quizduell() {
zeigeVerfuegbareKategorien(kategorien);
printf("Your selection: ");
if (scanf("%s", auswahl) != 1) {
}
fgets(auswahl, sizeof(auswahl), stdin);
auswahl[strcspn(auswahl, "\n")] = '\0';
typedef int CategoryIndex;
CategoryIndex auswahlIndex = -1;