mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
GC_WANT_HTTP, not GC_HAVE_HTTP
.. in RideDB.y conditional.
This commit is contained in:
@@ -76,7 +76,7 @@ ride: '{' rideelement_list '}' {
|
||||
// if the performance is too slow we can move to
|
||||
// a binary search, but suspect this ok < 10000 rides
|
||||
if (jc->api != NULL) {
|
||||
#ifdef GC_HAVE_HTTP
|
||||
#ifdef GC_WANT_HTTP
|
||||
// we're listing rides in the api
|
||||
jc->api->writeRideLine(jc->wanted, jc->item, jc->request, jc->response);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user