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
This commit is contained in:
William Wilgus 2022-11-15 00:29:35 -05:00 committed by William Wilgus
parent aea324b746
commit 687767bd8f
5 changed files with 13 additions and 7 deletions

View file

@ -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.