Commit c937155f authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

server: Take into account extra_size in get_rawinput_buffer.

parent 6d8241c8
......@@ -3362,7 +3362,7 @@ DECL_HANDLER(get_rawinput_buffer)
free_message( msg );
size += next_size;
pos += sizeof(*data);
pos += sizeof(*data) + extra_size;
count++;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment