]> git.alsa-project.org Git - alsa-utils.git/commit
Use strtol() instead of atoi()
authorTakashi Iwai <tiwai@suse.de>
Tue, 18 Oct 2005 15:22:25 +0000 (15:22 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 18 Oct 2005 15:22:25 +0000 (15:22 +0000)
commit9fbb2b59f54f8ec26d5e35f0eb1c36474211ad3b
treef694cb286f00ce3bb3d5e388d4c60abbf55769d9
parentd96b4592c5e5e992f49f033843cd5aae194bbb34
Use strtol() instead of atoi()

Use strtol() instead of atoi() for parsing parameters.
aplay/aplay.c