mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 08:24:16 +09:00
[client,cmdline] fix inverted frame-ack option
This commit is contained in:
@@ -2251,7 +2251,7 @@ static int parse_gfx_options(rdpSettings* settings, const COMMAND_LINE_ARGUMENT_
|
||||
if (bval == PARSE_FAIL)
|
||||
rc = COMMAND_LINE_ERROR_UNEXPECTED_VALUE;
|
||||
else if (!freerdp_settings_set_bool(settings, FreeRDP_GfxSuspendFrameAck,
|
||||
bval != PARSE_OFF))
|
||||
bval == PARSE_OFF))
|
||||
rc = COMMAND_LINE_ERROR;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user