mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +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!
Origin commit data
------------------
Commit: 6a06d5cdc1
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-11-23 (Sun, 23 Nov 2014)
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