output/Thread: use "true" instead of "1"
This commit is contained in:
parent
3fa6dc71e2
commit
e76573cc1a
|
@ -422,7 +422,7 @@ AudioOutput::Task()
|
|||
|
||||
const ScopeLock lock(mutex);
|
||||
|
||||
while (1) {
|
||||
while (true) {
|
||||
switch (command) {
|
||||
case Command::NONE:
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue