[fpc-devel] Re: fpdoc (trunk) gives AV's

2012-02-23 Thread Graeme Geldenhuys
I fixed the bug in fpdoc. A patch is attached to the following bug report.

   http://bugs.freepascal.org/view.php?id=21357

-- 
Regards,
  - Graeme -


___
fpGUI - a cross-platform Free Pascal GUI toolkit
http://fpgui.sourceforge.net
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


[fpc-devel] Re: fpdoc (trunk) gives AV's

2012-02-23 Thread Graeme Geldenhuys
@Marco

Instead or reopening the bug report, I'll reply here.

It wasn't needed to check for DocNodes.Notes, because it wasn't used
anywhere inside the WriteTypes() method, and ConvertNotes() already
did the Assigned() check for the Notes property passed in.

So your extra check is redundant, but rather safe than sorry I guess. :)


G.


On 23 February 2012 14:05, Graeme Geldenhuys  wrote:
> I fixed the bug in fpdoc. A patch is attached to the following bug report.
>
>   http://bugs.freepascal.org/view.php?id=21357
>
> --
> Regards,
>   - Graeme -
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel