mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
some inits and never read var
This commit is contained in:
@@ -671,6 +671,7 @@ string COPKGManager::getPkgDescription(std::string pkgName, std::string pkgDesc)
|
||||
return pkgDesc;
|
||||
|
||||
fpos_t fz;
|
||||
fz.__pos = 0;
|
||||
fseek(fd, 0, SEEK_END);
|
||||
fgetpos(fd, &fz);
|
||||
fseek(fd, 0, SEEK_SET);
|
||||
|
Reference in New Issue
Block a user