Closed ghost closed 3 years ago
strncpy() now returns an unsafe error when compiling in VS2019. Error says change to strncpy_s();
Thanks for reporting, Totally forgot about Microsoft unsafe functions, This issue is now fixed in 44b74b2 commit.
strncpy() now returns an unsafe error when compiling in VS2019. Error says change to strncpy_s();