Add strlcat to core to match strlcpy (also add to plugin api). Some uses of strcat...
commit6e9af8bd4435fca55b91d6d794099121318972dc
authorTorne Wuff <torne@wolfpuppy.org.uk>
Sat, 2 Jan 2010 13:31:46 +0000 (2 13:31 +0000)
committerTorne Wuff <torne@wolfpuppy.org.uk>
Sat, 2 Jan 2010 13:31:46 +0000 (2 13:31 +0000)
treeda18a87aa4b58d8c40640e7f5c7e99c2a8c5ac9c
parent7746f94496a05ba28dc8d77edf05568ad6c681d2
Add strlcat to core to match strlcpy (also add to plugin api). Some uses of strcat could probably do with being changed to this.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24141 a1c6a512-1295-4272-9138-f99709370657
apps/plugin.c
apps/plugin.h
firmware/SOURCES
firmware/common/strlcat.c [new file with mode: 0644]
firmware/include/string.h