You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/find.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ class find {
54
54
return result;
55
55
}
56
56
staticDWORDfuncWithCallback(constwchar_t* path, const findResultCall callback, void* data) {//data could be anything that will directly pass to the callback
57
-
WIN32_FIND_DATAW info;
57
+
WIN32_FIND_DATAW info{};
58
58
CHAR bak;
59
59
if (RtlSetThreadPlaceholderCompatibilityMode) {
60
60
bak = RtlSetThreadPlaceholderCompatibilityMode(2);
0 commit comments