winepulse.drv: Avoid some printf format warnings.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
0366b4194e
commit
9bfff40db5
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue