From fe09b00c7fa4d3b693f47738156f4889ac9d442e Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Tue, 7 Jan 2025 14:24:22 -0400 Subject: [PATCH] Fix build error --- hcore/deviceManager/deviceSpecp.yy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hcore/deviceManager/deviceSpecp.yy b/hcore/deviceManager/deviceSpecp.yy index e1e867b..8cb6df9 100644 --- a/hcore/deviceManager/deviceSpecp.yy +++ b/hcore/deviceManager/deviceSpecp.yy @@ -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)); } %}