debian-sf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Debian-sf-devel] Bad patch for Layout.class


From: Mathieu Peltier
Subject: Re: [Debian-sf-devel] Bad patch for Layout.class
Date: 23 Oct 2002 18:31:35 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

"Lamoureux, Robert" <address@hidden> writes:

> I just updated my debian-sf package and rebuilt.
>  
> It seems that a patch to Layout.class done by Christian to remove a
> superfluous <H2> line has a problem.
>  
> By moving the closing comment line below the print '</H2>  (around line
> 700), cause an error because there is no print statement anymore for line
> 700
>  
> Am I reading this right?  I installed this new patched file and my system
> broke so if I'm wrong, can someone help me?
>  
> Thanks
> Bob Lamoureux

Yes I think also there is a typo in www/incluse/Layout.class:

                print '</H2>
*/

                <P>
                <HR SIZE="1" NoShade>';

should be:

                print '</H2>
*/

                print '<P>
                <HR SIZE="1" NoShade>';

-- 
Mathieu Peltier
INRIA Rhône-Alpes - ObjectWeb Consortium
http://www.inrialpes.fr/ - http://www.objectweb.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]