From 09c00ae4d13a70a452369d3588764af61ce7d8a3 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Sun, 3 Nov 2019 20:03:22 +0100 Subject: [PATCH] subtitle: fix debug compil Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/ac5fb2fd7531c5b4110affe95246cc0b1c9613f8 Author: Jacek Jendrzej Date: 2019-11-03 (Sun, 03 Nov 2019) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libeplayer3/manager/subtitle.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libeplayer3/manager/subtitle.c b/libeplayer3/manager/subtitle.c index 1e26e30..be88eb6 100644 --- a/libeplayer3/manager/subtitle.c +++ b/libeplayer3/manager/subtitle.c @@ -200,7 +200,7 @@ static int Command(Context_t *context, ManagerCmd_t command, void *argument) } case MANAGER_GET: { - subtitle_mgr_printf(20, "%s::%s MANAGER_GET\n", FILENAME, __FUNCTION__); + subtitle_mgr_printf(20, "%s::%s MANAGER_GET\n", __FILE__, __FUNCTION__); if (TrackCount > 0 && CurrentTrack >= 0) { @@ -234,7 +234,7 @@ static int Command(Context_t *context, ManagerCmd_t command, void *argument) } case MANAGER_GET_TRACK: { - subtitle_mgr_printf(20, "%s::%s MANAGER_GET_TRACK\n", FILENAME, __FUNCTION__); + subtitle_mgr_printf(20, "%s::%s MANAGER_GET_TRACK\n", __FILE__, __FUNCTION__); if ((TrackCount > 0) && (CurrentTrack >= 0)) {