mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
fix SeasonParser.cpp::EndDocument() - return value was missing
This commit is contained in:
@@ -86,4 +86,5 @@ bool SeasonParser::endDocument()
|
||||
{
|
||||
// Go 10 years into the future (GC's version of infinity)
|
||||
seasons[seasons.size()-1].setEnd(QDate::currentDate().addYears(10));
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user