We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 847d5ad commit cf3e983Copy full SHA for cf3e983
1 file changed
tools/clang/unittests/HLSLExec/ExecutionTest.cpp
@@ -825,7 +825,7 @@ class ExecutionTest {
825
GetModuleFileNameW(GetModuleHandleW(L"d3d10warp.dll"),
826
szFullModuleFilePath, sizeof(szFullModuleFilePath));
827
WEX::Logging::Log::Comment(WEX::Common::String().Format(
828
- L"WARP driver loaded from: %S", szFullModuleFilePath));
+ L"WARP driver loaded from: %ls", szFullModuleFilePath));
829
}
830
831
} else {
0 commit comments