Loading pcbnew/gendrill.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -1393,7 +1393,7 @@ void PlotOvalDrillSymbol(const wxPoint & position,const wxSize & size,int orient void WinEDA_DrillFrame::GenDrillReport(const wxString & FullFileName) /********************************************************************/ /* Create a list od drill values and drill count Create a list of drill values and drill count */ { wxString FileName, Mask(wxT("*")), Ext(wxT(".*")); Loading Loading @@ -1444,4 +1444,6 @@ FORET * foret; fputs(line, dest); } fclose(dest); } Loading
pcbnew/gendrill.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -1393,7 +1393,7 @@ void PlotOvalDrillSymbol(const wxPoint & position,const wxSize & size,int orient void WinEDA_DrillFrame::GenDrillReport(const wxString & FullFileName) /********************************************************************/ /* Create a list od drill values and drill count Create a list of drill values and drill count */ { wxString FileName, Mask(wxT("*")), Ext(wxT(".*")); Loading Loading @@ -1444,4 +1444,6 @@ FORET * foret; fputs(line, dest); } fclose(dest); }