mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-15 15:11:12 +02:00
Update portmidi to SVN r227.
This commit is contained in:
@@ -420,7 +420,7 @@ PMEXPORT PmError Pm_Poll( PortMidiStream *stream )
|
||||
return pm_errmsg(err);
|
||||
}
|
||||
|
||||
return !Pm_QueueEmpty(midi->queue);
|
||||
return (PmError) !Pm_QueueEmpty(midi->queue);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user