mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
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:
parent
aea324b746
commit
687767bd8f
5 changed files with 13 additions and 7 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue