libeplayer3: get rid of __FILE__ for shorter logmessages

This commit is contained in:
Stefan Seyfried
2012-02-26 16:11:45 +01:00
parent 12b74e6ef3
commit d2a05977e5
27 changed files with 71 additions and 54 deletions

View File

@@ -54,7 +54,7 @@ if (debug_level >= level) printf(x); } while (0)
#define cERR_SUBTITLE_MGR_NO_ERROR 0
#define cERR_SUBTITLE_MGR_ERROR -1
static const char FILENAME[] = __FILE__;
static const char FILENAME[] = "subtitle.c";
/* ***************************** */
/* Types */