mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
replace __FILE__ with __file__
This commit is contained in:
@@ -326,7 +326,7 @@ int DMX::getSection(uint8_t *buf, const unsigned timeoutInMSeconds, int &timeout
|
||||
if (section_length <= 0)
|
||||
{
|
||||
unlock();
|
||||
fprintf(stderr, "[sectionsd] section_length <= 0: %d [%s:%s:%d] please report!\n", section_length, __FILE__,__FUNCTION__,__LINE__);
|
||||
fprintf(stderr, "[sectionsd] section_length <= 0: %d [%s:%s:%d] please report!\n", section_length, __file__,__func__,__LINE__);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user