Fix double quoting tol for some reason

This commit is contained in:
Mark Roszko 2025-09-03 22:59:37 -04:00
parent a49e3b9cc5
commit a899da7cb7

View File

@ -531,7 +531,7 @@ void NETLIST_EXPORTER_ALLEGRO::toAllegroPackages()
}
else
{
fmt::print( m_f, "! '{}' ! '{}' ! '{}' ; ", TO_UTF8( deviceType ), TO_UTF8( value ),
fmt::print( m_f, "! '{}' ! '{}' ! {} ; ", TO_UTF8( deviceType ), TO_UTF8( value ),
TO_UTF8( tolerance ) );
}