zeek/auxil/vcpkg/ports/wtl/atlmisc.h-bug329.patch
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

12 lines
252 B
Diff

--- a/Include/atlmisc.h
+++ b/Include/atlmisc.h
@@ -628,7 +628,7 @@
{
ATLASSERT(m_hFind != NULL);
- ATL::CString strResult("file://");
+ ATL::CString strResult(_T("file://"));
strResult += GetFilePath();
return strResult;
}