~cern-kicad/kicad/kicad-pns-tom

« back to all changes in this revision

Viewing changes to gerbview/onleftclick.cpp

More int casts to rounding conversions

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    {
29
29
        if( DrawStruct && DrawStruct->GetFlags() )
30
30
        {
31
 
            msg.Printf( wxT( "GERBVIEW_FRAME::OnLeftClick err: Struct %d, m_Flags = %X" ),
 
31
            msg.Printf( wxT( "GERBVIEW_FRAME::OnLeftClick err: Struct %u, m_Flags = %X" ),
32
32
                        (unsigned) DrawStruct->Type(),
33
33
                        (unsigned) DrawStruct->GetFlags() );
34
34
            wxFAIL_MSG( msg );