Skip to content

red-record-qxl: Write record file in the same format under Windows

Frediano Ziglio requested to merge fziglio/spice:mr_eol_windows into master

The record file uses fprintf to record commands and attributes. On Windows line terminator uses ASCII format ("\r\n") while on Linux it used UNIX format ("\n"). Open file as binary to use the same line terminator on both systems.

Signed-off-by: Frediano Ziglio fziglio@redhat.com

Merge request reports