]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Fixed thinko
authorAbramo Bagnara <abramo@alsa-project.org>
Tue, 12 Sep 2000 12:40:09 +0000 (12:40 +0000)
committerAbramo Bagnara <abramo@alsa-project.org>
Tue, 12 Sep 2000 12:40:09 +0000 (12:40 +0000)
aplay/aplay.c

index 146a0b12a3f9271fcea3b7d8e1b6d03aedd3ee57..26bb4762ce4b286415ca0cc20405133827a40fe3 100644 (file)
@@ -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);