mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
COPKGManager: use fclose instead pclose
my_popen returns a stream pointed to a file descriptor NOTE: documentation for some bent functions in helpers.cpp would be nice!
This commit is contained in:
@@ -411,7 +411,7 @@ void COPKGManager::getPkgData(const int pkg_content_id)
|
||||
}
|
||||
}
|
||||
|
||||
pclose(f);
|
||||
fclose(f);
|
||||
}
|
||||
|
||||
string COPKGManager::getBlankPkgName(const string& line)
|
||||
|
Reference in New Issue
Block a user