Alexei #1

Open
grafma98967 wants to merge 37 commits from Alexei into main
4 changed files with 1 additions and 1 deletions
Showing only changes of commit cbf834ab76 - Show all commits

View File

@ -82,7 +82,7 @@ int createWordSalad(char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], unsi
{
for (int j = 0; j < wordLength; j++)
{
salad[row+j][collumn] = words[i][j];
salad[reihe+j][spalte] = words[i][j];
}
added=1;
addedWords++;

Binary file not shown.

BIN
Start_Windows/main.o Normal file

Binary file not shown.

Binary file not shown.