Re: [fpc-devel] patch for inifiles unit bug 4692

2006-03-06 Thread Peter Vreman
> Hi! > > I fixed bug 4692 > > THe problem is in inifiles.pas > Change the following procedure for: > procedure TIniFile.DeleteKey(const Section, Ident: String); > var > oSection: TIniFileSection; > oKey: TIniFileKey; > begin > oSection := FSectionList.SectionByName(Section); > if oSection <>

[fpc-devel] patch for inifiles unit bug 4692

2006-03-06 Thread anteusz
Hi! I fixed bug 4692 THe problem is in inifiles.pas Change the following procedure for: procedure TIniFile.DeleteKey(const Section, Ident: String); var oSection: TIniFileSection; oKey: TIniFileKey; begin oSection := FSectionList.SectionByName(Section); if oSection <> nil then begin oKey := oS