GUACAMOLE-947: Fix the initialization issue of CLIPRDR_FORMAT_LIST object.
This commit is contained in:
parent
68a6285818
commit
659cdd09a0
@ -78,6 +78,7 @@ static UINT guac_rdp_cliprdr_send_format_list(CliprdrClientContext* cliprdr) {
|
|||||||
|
|
||||||
/* We support CP-1252 and UTF-16 text */
|
/* We support CP-1252 and UTF-16 text */
|
||||||
CLIPRDR_FORMAT_LIST format_list = {
|
CLIPRDR_FORMAT_LIST format_list = {
|
||||||
|
.msgType = CB_FORMAT_LIST,
|
||||||
.formats = (CLIPRDR_FORMAT[]) {
|
.formats = (CLIPRDR_FORMAT[]) {
|
||||||
{ .formatId = CF_TEXT },
|
{ .formatId = CF_TEXT },
|
||||||
{ .formatId = CF_UNICODETEXT }
|
{ .formatId = CF_UNICODETEXT }
|
||||||
|
Loading…
Reference in New Issue
Block a user