mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-06 01:18:13 -04:00
Fix a bunch of compiler warnings and document several more bugs (#3130)
This commit is contained in:
@@ -155,7 +155,7 @@ static void cb(void* param_0) {
|
||||
void mDoDvdThd_param_c::mainLoop() {
|
||||
mDoDvdThd_command_c* command;
|
||||
while (this->waitForKick() != 0) {
|
||||
while (command = this->getFirstCommand()) {
|
||||
while ((command = this->getFirstCommand())) {
|
||||
this->cut(command);
|
||||
if (mDoDvdThd::SyncWidthSound) {
|
||||
JASDvd::getThreadPointer()->sendCmdMsg(cb, &command, 4);
|
||||
|
||||
Reference in New Issue
Block a user