pull/277/merge
Roy Vegard Ovesen 2021-01-05 18:12:57 -08:00 committed by GitHub
commit f91b3b99fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 13 deletions

View File

@ -891,7 +891,7 @@ Mixer::rows ( int ideal_rows )
_rows = ideal_rows; _rows = ideal_rows;
if ( _strip_height != sh ); if ( _strip_height != sh )
{ {
mixer_strips->redraw(); mixer_strips->redraw();
scroll->redraw(); scroll->redraw();

View File

@ -693,7 +693,7 @@ dequeue_new_port ( void )
if ( sizeof( int ) == jack_ringbuffer_peek( port_ringbuffer, (char*)&size, sizeof( int ) ) ) if ( sizeof( int ) == jack_ringbuffer_peek( port_ringbuffer, (char*)&size, sizeof( int ) ) )
{ {
if ( jack_ringbuffer_read_space( port_ringbuffer ) >= size ); if ( jack_ringbuffer_read_space( port_ringbuffer ) >= size )
{ {
struct port_notification_record *pr = malloc( size ); struct port_notification_record *pr = malloc( size );