]> code.delx.au - pulseaudio/commit
alsa-sink: Get rid of a compiler warning regarding rewind_safeguard type.
authorTanu Kaskinen <tanuk@iki.fi>
Tue, 24 Aug 2010 14:47:25 +0000 (17:47 +0300)
committerTanu Kaskinen <tanuk@iki.fi>
Tue, 24 Aug 2010 15:19:49 +0000 (18:19 +0300)
commit0525807b63c11d3d71526cec553e8d80ad3f09cd
treeb8a317e2acd91ba33a9fee6b579c65cbeaaa0ce8
parent6e33845783d87d1412e8a403b25c8922610905e1
alsa-sink: Get rid of a compiler warning regarding rewind_safeguard type.

GCC gave a warning, because the pointer given to pa_modargs_get_value_u32() had
type size_t instead of uint32_t.
src/modules/alsa/alsa-sink.c