From 6e9af8bd4435fca55b91d6d794099121318972dc Mon Sep 17 00:00:00 2001 From: Torne Wuff Date: Sat, 2 Jan 2010 13:31:46 +0000 Subject: 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index ab5ccf5..47f2465 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -682,8 +682,9 @@ static const struct plugin_api rockbox_api = { viewportmanager_theme_undo, #endif #if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) - &errno + &errno, #endif + strlcat, }; int plugin_load(const char* plugin, const void* parameter) -- cgit v1.1