diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-02-25 00:47:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-25 00:47:42 +0100 |
| commit | 23c518508af6a001e0f7001f9c50ea3b2946641c (patch) | |
| tree | ceec978abc2c91c85ab515fba14e46b0d271aa64 | |
| parent | 2725dd430cea6b5a0c74507f61059599058425db (diff) | |
Use WTF/ for MainSoundConfiguration.edgecode2
| -rw-r--r-- | src/main_sound_configuration.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main_sound_configuration.cc b/src/main_sound_configuration.cc index 0d933114..6992848c 100644 --- a/src/main_sound_configuration.cc +++ b/src/main_sound_configuration.cc @@ -119,6 +119,8 @@ MainSoundConfiguration::update_string() DCP_ASSERT(false); } + _configuration = "WTF/"; + for (auto i: _channels) { if (!i) { _configuration += "-,"; |
