mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
1d85018fcb8288a597fcf148129aaf31d8b1a9dd
The ride navigator crashed on search after the new time column was added. This was caused by incorrectly setting the groupBy member variable (-1 is used to indicate no group by, it was set to -2). In addition to fixing the code to set it to -1 the array reference now does bounds checking to avoid crashing for invalid values.
Golden Cheetah install and build instructions are documented for each platform; INSTALL-WIN32 For building on Microsoft Windows INSTALL-LINUX For building on Ubuntu Linux INSTALL-MAC For building on Apple OS X Alternatively official builds are available from http://www.goldencheetah.org whilst latest developer builds are available from http://goldencheetah.stand2surf.net
Description
Languages
Standard ML
68.2%
C++
28.2%
C
2.7%
Yacc
0.2%
QMake
0.2%
Other
0.1%