mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix double quoting tol for some reason
This commit is contained in:
parent
a49e3b9cc5
commit
a899da7cb7
@ -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 ) );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user