Fix typo
This commit is contained in:
@@ -1124,7 +1124,7 @@ Volume::_AddPackageContentRootNode(Package* package,
|
|||||||
RETURN_ERROR(error);
|
RETURN_ERROR(error);
|
||||||
}
|
}
|
||||||
|
|
||||||
// recursive into directory, unless we're supposed to skip the node
|
// recurse into directory, unless we're supposed to skip the node
|
||||||
if (node != NULL) {
|
if (node != NULL) {
|
||||||
if (PackageDirectory* packageDirectory
|
if (PackageDirectory* packageDirectory
|
||||||
= dynamic_cast<PackageDirectory*>(packageNode)) {
|
= dynamic_cast<PackageDirectory*>(packageNode)) {
|
||||||
@@ -1178,7 +1178,7 @@ Volume::_RemovePackageContentRootNode(Package* package,
|
|||||||
if (packageNode == endPackageNode)
|
if (packageNode == endPackageNode)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
// recursive into directory
|
// recurse into directory
|
||||||
if (PackageDirectory* packageDirectory
|
if (PackageDirectory* packageDirectory
|
||||||
= dynamic_cast<PackageDirectory*>(packageNode)) {
|
= dynamic_cast<PackageDirectory*>(packageNode)) {
|
||||||
if (packageDirectory->FirstChild() != NULL) {
|
if (packageDirectory->FirstChild() != NULL) {
|
||||||
|
|||||||
Reference in New Issue
Block a user