Commit 63e7ecae authored by jean-pierre charras's avatar jean-pierre charras
Browse files

fix bitmap2component compil issue under Linux

parent 3f146824
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -296,7 +296,7 @@ void BM2CMP_FRAME::ExportFile( FILE* aOutfile, int aFormat )
    if( !potrace_bitmap )
    {
        wxString msg;
        msg.Printf( _( "Error allocating bitmap: %s" ), strerror( errno ) );
        msg.Printf( wxT( "Error allocating memory for potrace bitmap" ) );
        wxMessageBox( msg );
        return;
    }