Skip to content

Commit

Permalink
rename stricmp to strcasecmp for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
hzqst committed Oct 9, 2024
1 parent 9c782fc commit dad369d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fallguys/physics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ std::shared_ptr<CPhysicIndexArray> CPhysicsManager::LoadIndexArrayFromResource(c

const auto extension = V_GetFileExtension(resourcePath.c_str());

if (0 == stricmp(extension, "obj"))
if (0 == strcasecmp(extension, "obj"))
{
//really needis shit ???
}
Expand Down

0 comments on commit dad369d

Please sign in to comment.