On Mon, 8 Nov 1999, Peter Arnold wrote:
> > 3.  If you then remove the text indents, you get an assert in
> > ie_imp_RTF.cpp that I have never seen before:
> > 	else
> > 	{
> > 		UT_ASSERT(pState != NULL);	// state stack should not be
> empty
> > 		return UT_FALSE;
> > 	} 
> > Again, I am not sure if this is yet a third bug, or a 
> > residual of #590.    
> 
> This tells me that there's fewer close braces than open
> ones, indicating the RTF file itself is rather broken.
> Do you know what created it?
> 
> 
> Peter Arnold
> petera@intrinsica.co.uk 
>