Alexei #1

Open
grafma98967 wants to merge 37 commits from Alexei into main
Showing only changes of commit ff8384e9ee - Show all commits

View File

@ -26,7 +26,8 @@ int createWordSalad(char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], unsi
salad[i][j] = '.'; //Füllen des gesamten Arrays mit Nullen
}
}
for (int i=0; i < wordCount; i++) {
for (int i=0; i < wordCount; i++)
{
wordLength = strlen(words[i]);