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))


--
http://os2.snc.ru/
<https://image1.slideserve.com/2085748/war-is-over-if-you-want-it-john-lennon-and-yoko-ono-1971-l.jpg> All we are saying is give peace a chance. /John Lennon/

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

Reply via email to