We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec9dec commit 318b58bCopy full SHA for 318b58b
Source/USemLog/Private/SLUtils.h
@@ -38,7 +38,7 @@ struct FSLUtils
38
char *cstr = new char[str_length];
39
#if PLATFORM_LINUX
40
strcpy(cstr, str.c_str());
41
- #elif PLATFORM_WINDOSW
+ #elif PLATFORM_WINDOWS
42
strcpy_s(cstr, str_length + 1, str.c_str());
43
#endif
44
return cstr;
0 commit comments