SourceCode/Bond/Servo/ToolUnits.cpp
@@ -302,3 +302,8 @@ return std::string(buffer); } bool CToolUnits::startsWith(const std::string& str, const std::string& prefix) { return str.size() >= prefix.size() && str.compare(0, prefix.size(), prefix) == 0; }