yet more unsigned integers

git-svn-id: https://svn.musicpd.org/mpd/trunk@7287 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Max Kellermann
2008-04-12 04:15:10 +00:00
committed by Eric Wong
parent 4e0891337a
commit a5aa5a0258
5 changed files with 9 additions and 10 deletions

View File

@@ -372,7 +372,7 @@ static int jack_playAudio(AudioOutput * audioOutput, char *buff, int size)
{
JackData *jd = audioOutput->data;
size_t space;
int i;
unsigned int i;
short *buffer = (short *) buff;
jack_default_audio_sample_t sample;
size_t samples = size/4;