]> xenbits.xensource.com Git - people/andrewcoop/qemu-traditional.git/commit
Fix build after "ui/vnc: limit client_cut_text msg payload size"
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 8 Sep 2015 14:41:20 +0000 (15:41 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 8 Sep 2015 14:42:31 +0000 (15:42 +0100)
commit1c8d43cbdf0fc01a8f05acfbf55b805a83da34bb
tree5d023c2209c55734cfd7cce9a8425ecdb0e6098d
parent2b5684137e81251c37e349525e869e6a076f9574
Fix build after "ui/vnc: limit client_cut_text msg payload size"

That backport (which also erroneously refers to ui/vnc.c rather than
vnc.c in its commit message) broke the build because we do not have
`error_report'.  Use fprintf to stderr, like the rest of the file.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
vnc.c