mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
ERR: std->kwsys_std.
This commit is contained in:
parent
4435e364b8
commit
51eb9596bc
@ -1399,7 +1399,7 @@ kwsys_std::string SystemTools::GetFilenameLastExtension(const kwsys_std::string&
|
||||
{
|
||||
kwsys_std::string name = SystemTools::GetFilenameName(filename);
|
||||
kwsys_std::string::size_type dot_pos = name.rfind(".");
|
||||
if(dot_pos != std::string::npos)
|
||||
if(dot_pos != kwsys_std::string::npos)
|
||||
{
|
||||
return name.substr(dot_pos);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user