Commit 9bfff40d authored by Alexandre Julliard's avatar Alexandre Julliard

winepulse.drv: Avoid some printf format warnings.

parent 0366b419
......@@ -662,7 +662,7 @@ static void pulse_wr_callback(pa_stream *s, size_t bytes, void *userdata)
UINT32 oldpad = This->pad;
if(This->local_buffer){
size_t to_write;
UINT32 to_write;
BYTE *buf = This->local_buffer + This->lcl_offs_bytes;
if(This->pad > bytes){
......
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