Hi Andrey,

yes, nice catch.


Added to https://github.com/FreeRDP/FreeRDP/pull/8459


regards

Armin

On 11/29/22 05:13, Andrey Vasilkin via FreeRDP-devel wrote:

Hi all.

client/common/cmdline.c , function parse_app_options() , line 2209 :

    if (option_starts_with(val, cur->name))

As far as I understand it should be:

    if (option_starts_with(cur->name, val))




_______________________________________________
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to