]> git.alsa-project.org Git - alsa-utils.git/commit
Use ANSI C functions
authorWill Wagner <will_wagner@carallon.com>
Mon, 19 Jan 2009 13:19:10 +0000 (14:19 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 19 Jan 2009 13:19:10 +0000 (14:19 +0100)
commit9662a167d80b0a885ca7a54a143489cd56555411
treee006518bf0b1166563513f09a8b048d091446ad1
parent4d9951ca4e7c9a8cfd50554abb5f9582be89f9ba
Use ANSI C functions

Replace non-ANSI C functions index() and rindex() with strchr() and
strrchr(), respectively.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
alsactl/init_parse.c