close drill list file

This commit is contained in:
raburton 2007-07-18 13:58:21 +00:00
parent c5d1b1b096
commit cbdf102cfc
1 changed files with 3 additions and 1 deletions

View File

@ -1393,7 +1393,7 @@ void PlotOvalDrillSymbol(const wxPoint & position,const wxSize & size,int orient
void WinEDA_DrillFrame::GenDrillReport(const wxString & FullFileName) 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(".*")); wxString FileName, Mask(wxT("*")), Ext(wxT(".*"));
@ -1443,5 +1443,7 @@ FORET * foret;
fputs(line, dest); fputs(line, dest);
} }
fclose(dest);
} }