Move libc overloads in myfile.h to rtengine:: (fixes #6324)

This commit is contained in:
Flössie
2021-08-07 13:06:02 +02:00
parent 35e6a0e40c
commit 2e0137d542
7 changed files with 35 additions and 35 deletions

View File

@@ -540,7 +540,7 @@ std::vector<badPix> *DFManager::getHotPixels ( const std::string &mak, const std
int DFManager::scanBadPixelsFile( Glib::ustring filename )
{
FILE *file = fopen( filename.c_str(), "r" );
FILE *file = ::fopen( filename.c_str(), "r" );
if( !file ) {
return false;