Loading src/MetadataExporter.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -591,7 +591,7 @@ void MetadataExporter::importExportedTables(std::vector<std::string>& exportedTa { std::size_t found; if((found=exportedTables.at(i).find(' ')) == std::string::npos) if((found=exportedTables.at(i).find(',')) == std::string::npos) { std::stringstream errorStream; errorStream << "ExportedTables property has invalid key at " Loading Loading @@ -639,7 +639,7 @@ void MetadataExporter::importAuthorisedUsers(std::vector<std::string>& authorise { std::size_t found; if((found=authorisedUsers.at(i).find(' ')) == std::string::npos) if((found=authorisedUsers.at(i).find(',')) == std::string::npos) { std::stringstream errorStream; errorStream << "AuthorisedUsers property has invalid key at " Loading Loading
src/MetadataExporter.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -591,7 +591,7 @@ void MetadataExporter::importExportedTables(std::vector<std::string>& exportedTa { std::size_t found; if((found=exportedTables.at(i).find(' ')) == std::string::npos) if((found=exportedTables.at(i).find(',')) == std::string::npos) { std::stringstream errorStream; errorStream << "ExportedTables property has invalid key at " Loading Loading @@ -639,7 +639,7 @@ void MetadataExporter::importAuthorisedUsers(std::vector<std::string>& authorise { std::size_t found; if((found=authorisedUsers.at(i).find(' ')) == std::string::npos) if((found=authorisedUsers.at(i).find(',')) == std::string::npos) { std::stringstream errorStream; errorStream << "AuthorisedUsers property has invalid key at " Loading