From: Abramo Bagnara Date: Tue, 12 Sep 2000 12:40:09 +0000 (+0000) Subject: Fixed thinko X-Git-Tag: v1.0.3~315 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=d57f1ef1663a12e94fce93cf72450101bc95577a;p=alsa-utils.git Fixed thinko --- diff --git a/aplay/aplay.c b/aplay/aplay.c index 146a0b1..26bb476 100644 --- a/aplay/aplay.c +++ b/aplay/aplay.c @@ -1603,7 +1603,8 @@ void capture_go(int fd, size_t count, int rtype, char *name) static void playback(char *name) { int fd, ofs; - size_t dta, dtawave; + size_t dta; + ssize_t dtawave; count = calc_count(); snd_pcm_flush(handle);