generated from freudenreichan/info2Praktikum-Wortsalat
testing
This commit is contained in:
parent
25a13b1dca
commit
b26202cd9b
@ -55,7 +55,7 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount)
|
||||
wordChar++;
|
||||
}
|
||||
else if (currentlyInWord)
|
||||
{
|
||||
{
|
||||
words[word][wordChar] = '\0';
|
||||
word++;
|
||||
wordChar = 0;
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user