Re: [fpc-devel] chmreader [PATCH]

2007-12-13 Thread Michael Van Canneyt
On Thu, 13 Dec 2007, Andrew Haines wrote: > Michael Van Canneyt wrote: > > > > On Wed, 12 Dec 2007, Andrew Haines wrote: > > > >> Andrew Haines wrote: > >>> Hi, the last patch had a couple of writeln's that were left in by > >>> accident :( Here's a patch. > >>> > >>> > >> bump :) > > > > Can

Re: [fpc-devel] chmreader [PATCH]

2007-12-13 Thread Andrew Haines
Michael Van Canneyt wrote: > > On Wed, 12 Dec 2007, Andrew Haines wrote: > >> Andrew Haines wrote: >>> Hi, the last patch had a couple of writeln's that were left in by >>> accident :( Here's a patch. >>> >>> >> bump :) > > Can you resend the patch ? I didn't see it ? > Attached. Andrew Index

Re: [fpc-devel] chmreader [PATCH]

2007-12-13 Thread Michael Van Canneyt
On Wed, 12 Dec 2007, Andrew Haines wrote: > Andrew Haines wrote: > > Hi, the last patch had a couple of writeln's that were left in by > > accident :( Here's a patch. > > > > > > bump :) Can you resend the patch ? I didn't see it ? Michael. ___ fp

Re: [fpc-devel] chmreader [PATCH]

2007-12-12 Thread Graeme Geldenhuys
On 13/12/2007, Andrew Haines <[EMAIL PROTECTED]> wrote: > > bump :) Ouch!;-) Regards, - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ ___ fpc-devel m

Re: [fpc-devel] chmreader [PATCH]

2007-12-12 Thread Andrew Haines
Andrew Haines wrote: > Hi, the last patch had a couple of writeln's that were left in by > accident :( Here's a patch. > > bump :) ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] chmreader [PATCH]

2007-12-09 Thread Andrew Haines
Hi, the last patch had a couple of writeln's that were left in by accident :( Here's a patch. Andrew Index: packages/extra/chm/chmreader.pas === --- packages/extra/chm/chmreader.pas(revision 9423) +++ packages/extra/chm/chmreader.