diff options
Diffstat (limited to 'configmgr/source/components.cxx')
-rw-r--r-- | configmgr/source/components.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx index 6f1850897c7c..b3767eeae973 100644 --- a/configmgr/source/components.cxx +++ b/configmgr/source/components.cxx @@ -543,7 +543,7 @@ Components::Components( if (type.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("xcsxcu"))) { parseXcsXcuLayer(layer, url); layer += 2; //TODO: overflow - } else if (type.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("bundledext"))) + } else if ( type == "bundledext" ) { parseXcsXcuIniLayer(layer, url, false); layer += 2; //TODO: overflow |