Fix incorrect format in a wxString::Format()
This commit is contained in:
parent
6c73fe05e9
commit
a9acb2e215
|
@ -1310,7 +1310,7 @@ void SIM_MODEL::MigrateSimModel( T_symbol& aSymbol, const PROJECT* aProject )
|
|||
if( ii > 0 )
|
||||
pinMap.Append( wxS( " " ) );
|
||||
|
||||
pinMap.Append( wxString::Format( wxT( "%s=%u" ),
|
||||
pinMap.Append( wxString::Format( wxT( "%s=%s" ),
|
||||
sourcePins[ii]->GetNumber(),
|
||||
pinIndexes[ ii ] ) );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue