mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-10 08:11:50 +00:00
server/red_worker: line width fix
This commit is contained in:
parent
724348ce49
commit
beba2c7206
@ -8770,7 +8770,7 @@ static inline void flush_display_commands(RedWorker *worker)
|
||||
for (;;) {
|
||||
red_channel_push(&worker->display_channel->common.base);
|
||||
if (!worker->display_channel ||
|
||||
worker->display_channel->common.base.pipe_size <= MAX_PIPE_SIZE) {
|
||||
worker->display_channel->common.base.pipe_size <= MAX_PIPE_SIZE) {
|
||||
break;
|
||||
}
|
||||
RedChannel *channel = (RedChannel *)worker->display_channel;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user