From 39a92f889a03660fd0dab632775b32d878df2d3a Mon Sep 17 00:00:00 2001 From: markwkidd Date: Wed, 7 Dec 2016 14:47:43 -0500 Subject: [PATCH] replace hardcoded "lpl" w/FILE_PATH_LPL_EXTENSION_NO_DOT --- menu/drivers/xmb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index ef2fcd5ef0..9e5b40602d 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -1576,7 +1576,7 @@ static void xmb_init_horizontal_list(xmb_handle_t *xmb) strlcpy(info.path, settings->directory.playlist, sizeof(info.path)); - strlcpy(info.exts, "lpl", sizeof(info.exts)); + strlcpy(info.exts, FILE_PATH_LPL_EXTENSION_NO_DOT, sizeof(info.exts)); if (menu_displaylist_ctl(DISPLAYLIST_DATABASE_PLAYLISTS_HORIZONTAL, &info)) {