mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 13:19:51 -05:00
BUG: Even more VS8 issues
This commit is contained in:
@@ -1322,6 +1322,10 @@ std::string cmSystemTools::MakeXMLSafe(const char* str)
|
||||
}
|
||||
}
|
||||
}
|
||||
if ( result.size() == 0 )
|
||||
{
|
||||
return "";
|
||||
}
|
||||
return std::string(&*result.begin(), result.size());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user