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
------------------
Branch: ni/coolstream
Commit: 6a06d5cdc1
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-11-23 (Sun, 23 Nov 2014)



------------------
This commit was generated by Migit
This commit is contained in:
2014-11-23 16:44:30 +01:00
parent 5c32952e3c
commit 20dbc97ec5

View File

@@ -411,7 +411,7 @@ void COPKGManager::getPkgData(const int pkg_content_id)
}
}
pclose(f);
fclose(f);
}
string COPKGManager::getBlankPkgName(const string& line)