replace __FILE__ with __file__

Origin commit data
------------------
Commit: 25e6f0e820
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)
This commit is contained in:
Stefan Seyfried
2016-01-10 19:34:31 +01:00
parent e10ab96f49
commit 50380667ec
6 changed files with 13 additions and 13 deletions

View File

@@ -689,7 +689,7 @@ void COPKGManager::getPkgData(const int pkg_content_id)
break;
}
default:
fprintf(stderr, "%s %s %d: unrecognized content id %d\n", __FILE__, __func__, __LINE__, pkg_content_id);
fprintf(stderr, "%s %s %d: unrecognized content id %d\n", __file__, __func__, __LINE__, pkg_content_id);
break;
}
}