Skip to content

fix logic error of an if condition

Rene Kjellerup requested to merge audio_comp_bug into master

causing thread enter to be run conditionally whilst operating on GUI objects and leaving critical section unconditionally

also ensured there are room for the terminating \0 byte in the name string.

Merge request reports