[ardour-dev] SVN 1058 not compiling

Chris Goddard chris at oofus.demon.co.uk
Thu Nov 2 04:21:36 PST 2006


Hi

Not sure how to submit a code patch, my first time, treat me gently.

SVN1058 fails to compile because.

libs/surfaces/tranzport/tranzport_control_protocol.cc

line 721

is

if (config->get_auto_loop()) {

should be

if (session->get_play_loop()) {


-- 
Cheers

Chris



More information about the Ardour-Dev mailing list