HaikuDepot: Add missing init of fSize in default constructor.
This commit is contained in:
@@ -473,7 +473,8 @@ PackageInfo::PackageInfo()
|
|||||||
fSystemDependency(false),
|
fSystemDependency(false),
|
||||||
fArchitecture(),
|
fArchitecture(),
|
||||||
fLocalFilePath(),
|
fLocalFilePath(),
|
||||||
fFileName()
|
fFileName(),
|
||||||
|
fSize(0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user