Skip to content

vdagentd: Fix clipboard serial for big endian machines

Frediano Ziglio requested to merge fziglio/vd_agent_linux:mr_bigendian into master

The GUINT32_TO_LE in case of big endian machine can expand the argument multiple times so avoid to pass argument that could have side effects.

Signed-off-by: Frediano Ziglio freddy77@gmail.com

Merge request reports