Re: CVS: commit msevior abi/src/text/fmt/xp fp_Line.cpp

From: <msevior_at_physics.unimelb.edu.au>
Date: Sun Nov 13 2005 - 03:57:24 CET

>
> Update of /cvsroot/abi/src/text/fmt/xp
> In directory abiword.snt.utwente.nl:/tmp/cvs-serv6037/src/text/fmt/xp
>
> Modified Files:
> fp_Line.cpp
> Log Message:
>
> Bullet proof some debug code.
>

Sorry I forgot to add, please backport.

>
> Index: fp_Line.cpp
> ===================================================================
> RCS file: /cvsroot/abi/src/text/fmt/xp/fp_Line.cpp,v
> retrieving revision 1.330
> retrieving revision 1.331
> diff -u -d -r1.330 -r1.331
> --- fp_Line.cpp 13 Oct 2005 04:26:09 -0000 1.330
> +++ fp_Line.cpp 12 Nov 2005 18:08:11 -0000 1.331
> @@ -189,6 +189,7 @@
> }
> UT_ASSERT(pRunLine == pRunBlock);
> }
> + UT_return_val_if_fail(pRunBlock,false);
> pRunBlock = pRunBlock->getNextRun();
> }
> xxx_UT_DEBUGMSG(("Line %x Width of line is %d num runs is %d
> \n",this,width,k)); // UT_ASSERT(width < getMaxWidth());
>
> -----------------------------------------------
> To unsubscribe from this list, send a message to
> abisource-cvs-commit-request@abisource.com with the word
> unsubscribe in the message body.
>
Received on Sun Nov 13 03:57:35 2005

This archive was generated by hypermail 2.1.8 : Sun Nov 13 2005 - 03:57:36 CET