Changed some remaining size_t's

This commit is contained in:
Abramo Bagnara 2001-01-15 13:30:32 +00:00
parent 5d988e30e2
commit b0da2bacea

View file

@ -398,7 +398,7 @@ int pcm_shm_cmd(client_t *client)
ctrl->result = snd_pcm_state(pcm);
break;
case SND_PCM_IOCTL_DELAY:
ctrl->result = snd_pcm_delay(pcm, (ssize_t *) &ctrl->u.delay.frames);
ctrl->result = snd_pcm_delay(pcm, (snd_pcm_sframes_t *) &ctrl->u.delay.frames);
break;
case SND_PCM_IOCTL_AVAIL_UPDATE:
ctrl->result = snd_pcm_avail_update(pcm);