generated from freudenreichan/info2Praktikum-Wortsalat
backup
This commit is contained in:
parent
05edd44b1f
commit
7fd01a9155
@ -55,7 +55,7 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount)
|
|||||||
}
|
}
|
||||||
|
|
||||||
i++;
|
i++;
|
||||||
} while ((i < MAX_LINE_LEN) && (word < maxWordCount));
|
} while ((i < MAX_LINE_LEN) || (word < maxWordCount));
|
||||||
|
|
||||||
return word+1;
|
return word+1;
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user