fixed another cerror
This commit is contained in:
@@ -163,8 +163,8 @@ void OutputRequestHandler::parseDisplay(const std::string& item_name, const std:
|
||||
try
|
||||
{
|
||||
//TODO not compiling
|
||||
// unsigned int score = std::stoi(score);
|
||||
// display->write_score(score);
|
||||
unsigned int numerical_score = std::stoi(score);
|
||||
display->write_score(numerical_score);
|
||||
}
|
||||
catch(std::invalid_argument &e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user