mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-17 01:49:55 +00:00
Minor typo fixes in comment.
This commit is contained in:
committed by
Damien Grauser
parent
c0cf875f1b
commit
04b6bab3e5
@@ -155,7 +155,7 @@ RideFile *TxtFileReader::openRideFile(QFile &file, QStringList &errors, QList<Ri
|
||||
while (!is.atEnd()) {
|
||||
|
||||
// the readLine() method doesn't handle old Macintosh CR line endings
|
||||
// this workaround will load the the entire file if it has CR endings
|
||||
// this workaround will load the entire file if it has CR endings
|
||||
// then split and loop through each line
|
||||
// otherwise, there will be nothing to split and it will read each line as expected.
|
||||
QString linesIn = is.readLine();
|
||||
|
||||
Reference in New Issue
Block a user