ALSA: usb - Use strlcat() correctly
authorTakashi Iwai <tiwai@suse.de>
Fri, 2 Oct 2009 12:06:08 +0000 (14:06 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 2 Oct 2009 12:06:08 +0000 (14:06 +0200)
Don't pass the advanced position to strlcat() but just gives the buffer
head position so that the max size limit can be checked correctly.
Introduced a new helper function to standaralize strlcat() calls.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found