diff options
Diffstat (limited to 'apps/recorder/albumart.c')
-rw-r--r-- | apps/recorder/albumart.c | 6 |
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. |