mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
subtitle: fix debug compil
This commit is contained in:
@@ -200,7 +200,7 @@ static int Command(Context_t *context, ManagerCmd_t command, void *argument)
|
|||||||
}
|
}
|
||||||
case MANAGER_GET:
|
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)
|
if (TrackCount > 0 && CurrentTrack >= 0)
|
||||||
{
|
{
|
||||||
@@ -234,7 +234,7 @@ static int Command(Context_t *context, ManagerCmd_t command, void *argument)
|
|||||||
}
|
}
|
||||||
case MANAGER_GET_TRACK:
|
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))
|
if ((TrackCount > 0) && (CurrentTrack >= 0))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user