SetFontPath doesn't encode the path strings correctly - it should be the
same as the GetFontPath reply.
Fixes #43602
Signed-off-by: Julien Danjou <julien@danjou.info>
<request name="SetFontPath" opcode="51">
<pad bytes="1" />
<field type="CARD16" name="font_qty" />
- <list type="char" name="path" />
+ <pad bytes="2" />
+ <list type="STR" name="path">
+ <fieldref>path_len</fieldref>
+ </list>
</request>
<request name="GetFontPath" opcode="52">