Skip to content

Commit 9f74f72

Browse files
committed
exclude extra u
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
1 parent 67d332c commit 9f74f72

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
@@ -3165,7 +3165,7 @@ GetListOfThemes ()
31653165
continue;
31663166
}
31673167
//DBG("Found theme directory: %ls", DirEntry->FileName);
3168-
DBG("- [%02zuu]: %ls", ThemeNameArray.size(), DirEntry->FileName);
3168+
DBG("- [%02zu]: %ls", ThemeNameArray.size(), DirEntry->FileName);
31693169
ThemeTestPath = SWPrintf("EFI\\CLOVER\\themes\\%ls", DirEntry->FileName);
31703170
Status = SelfRootDir->Open(SelfRootDir, &ThemeTestDir, ThemeTestPath.wc_str(), EFI_FILE_MODE_READ, 0);
31713171
if (!EFI_ERROR(Status)) {

0 commit comments

Comments
 (0)