summaryrefslogtreecommitdiffstats
path: root/apps/recorder/albumart.c
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2022-11-15 00:29:35 -0500
committerWilliam Wilgus <me.theuser@yahoo.com>2022-11-15 01:24:26 -0500
commit687767bd8f4f471c2c6e9509125a78d7cb5f0f62 (patch)
treee76f7412eafeeecd73445149c60651b31d56d8bf /apps/recorder/albumart.c
parentaea324b74661e77341e518de981fc989ffd1e010 (diff)
downloadrockbox-687767bd8f.tar.gz
rockbox-687767bd8f.zip
convert a few more strlcpy to strmemccpy calls Fix Red and Yellow
albumart is imported to plugins just use a macro substitution for now Change-Id: I7c2e10d7559c087f0b3d0e6b844027d3b323da55
Diffstat (limited to 'apps/recorder/albumart.c')
-rw-r--r--apps/recorder/albumart.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/recorder/albumart.c b/apps/recorder/albumart.c
index 8991a81848..c0d9e6d86f 100644
--- a/apps/recorder/albumart.c
+++ b/apps/recorder/albumart.c
@@ -39,6 +39,12 @@
#define USE_JPEG_COVER
#endif
+#ifdef PLUGIN
+ #define strmemccpy strlcpy
+ /* Note we don't use the return value so this works */
+ /* FIXME if strmemccpy gets added to the rb->plugin struct */
+#endif
+
/* Strip filename from a full path
*
* buf - buffer to extract directory to.