13
0

fix inability to export twice

This commit is contained in:
Paul Davis 2013-10-12 11:07:57 -04:00
parent 949a0d2934
commit 7444ac128e

View File

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