Fix build error

This commit is contained in:
2025-01-07 14:24:22 -04:00
parent e86a75e232
commit fe09b00c7f
+1 -1
View File
@@ -28,7 +28,7 @@ void yyerror(const char *message)
{
throw std::runtime_error(
std::string("deviceSpec parser error: ")
+ std::string(message)) + yytext;
+ std::string(message));
}
%}