mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-16 01:19:57 +00:00
Minor typo fixes in comment.
This commit is contained in:
committed by
Damien Grauser
parent
c0cf875f1b
commit
04b6bab3e5
@@ -396,7 +396,7 @@ void ErgFile::parseComputrainer(QString p)
|
||||
|
||||
// Code plagiarised from CsvRideFile.
|
||||
// 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 = (p != "" ? stringStream.readLine() : ergFile.readLine());
|
||||
|
||||
Reference in New Issue
Block a user