Skip to content

Commit 1fe7cc1

Browse files
committed
2 parents 9f74f72 + 734f292 commit 1fe7cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rEFIt_UEFI/Platform/Settings.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3042,7 +3042,7 @@ XStringW GetBundleVersion(const XStringW& FullName)
30423042
Status = egLoadFile(SelfRootDir, FullName.wc_str(), (UINT8**)&InfoPlistPtr, &Size);
30433043
}
30443044
if(!EFI_ERROR(Status)) {
3045-
DBG("file %ls\n", InfoPlistPath.wc_str());
3045+
//DBG("about to parse xml file %ls\n", InfoPlistPath.wc_str());
30463046
Status = ParseXML(InfoPlistPtr, &InfoPlistDict, Size);
30473047
if(!EFI_ERROR(Status) && (InfoPlistDict != nullptr)) {
30483048
Prop = InfoPlistDict->propertyForKey("CFBundleVersion");

0 commit comments

Comments
 (0)