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