fix inability to export twice
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 12 Oct 2013 15:07:57 +0000 (11:07 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 12 Oct 2013 15:07:57 +0000 (11:07 -0400)
libs/backends/jack/jack_audiobackend.cc

index 7f92152cf7315dc7e3a4de8f537ac8113feb70e3..ff76486bad5aa96d39cf1067a0b6b3028a24086f 100644 (file)
@@ -605,7 +605,7 @@ JACKAudioBackend::freewheel (bool onoff)
        }
 
        if (jack_set_freewheel (_priv_jack, onoff) == 0) {
-               _freewheeling = true;
+               _freewheeling = onoff;
                return 0;
        }