This commit is contained in:
maxgrf 2025-11-06 16:18:53 +01:00
parent f47f3aef7c
commit 5c1aea7a88
4 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -24,7 +24,7 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount)
{ {
words[counter][i] = toupper(word_parts[i]); //Großbuchstaben erzeugen words[counter][i] = toupper(word_parts[i]); //Großbuchstaben erzeugen
puts("?????????????????"); puts("?????????????????");
puts(word_parts[i]); printf("%c", word_parts[i]);
if(word_parts[i+1] == '\0') if(word_parts[i+1] == '\0')
break; break;
} }

Binary file not shown.

Binary file not shown.