Re: Patch to fix breakage

From: j.m.maurer (j.m.maurer@student.utwente.nl)
Date: Tue Dec 17 2002 - 19:12:01 EST

  • Next message: j.m.maurer: "Re: Commit (HEAD): implement DOTTED line style on GTK2"

    Hey, that also fixed my tbox! :)

    Marc

    Op di 17-12-2002, om 23:39 schreef Dom Lachowicz:
    > Committed.
    >
    > Dom
    >
    > --- Chad Thomas <cbthomas@610.med.uiuc.edu> wrote:
    > > I needed the attached patch to be able to build
    > > after Martin's checkin
    > > earlier today.
    > >
    > > --Chad (aka xtals_r_us)
    > >
    > > Index: ap_LeftRuler.cpp
    > >
    > ===================================================================
    > > RCS file:
    > > /cvsroot/abi/src/wp/ap/xp/ap_LeftRuler.cpp,v
    > > retrieving revision 1.63
    > > diff -u -r1.63 ap_LeftRuler.cpp
    > > --- ap_LeftRuler.cpp 17 Dec 2002 17:09:14 -0000 1.63
    > > +++ ap_LeftRuler.cpp 17 Dec 2002 20:38:37 -0000
    > > @@ -886,7 +886,7 @@
    > > rCell.set(0,0,0,0);
    > > return;
    > > }
    > > - fp_Column * pCol = pBroke->getColumn();
    > > + fp_Column * pCol = (fp_Column *)
    > > pBroke->getColumn();
    > > UT_sint32 iColOffset = pCol->getY();
    > > yOrigin += iColOffset;
    > > UT_sint32 yoff = pBroke->getYBreak();
    > >
    > >
    > > > Index: ap_LeftRuler.cpp
    > >
    > ===================================================================
    > > RCS file:
    > > /cvsroot/abi/src/wp/ap/xp/ap_LeftRuler.cpp,v
    > > retrieving revision 1.63
    > > diff -u -r1.63 ap_LeftRuler.cpp
    > > --- ap_LeftRuler.cpp 17 Dec 2002 17:09:14 -0000 1.63
    > > +++ ap_LeftRuler.cpp 17 Dec 2002 20:38:37 -0000
    > > @@ -886,7 +886,7 @@
    > > rCell.set(0,0,0,0);
    > > return;
    > > }
    > > - fp_Column * pCol = pBroke->getColumn();
    > > + fp_Column * pCol = (fp_Column *)
    > > pBroke->getColumn();
    > > UT_sint32 iColOffset = pCol->getY();
    > > yOrigin += iColOffset;
    > > UT_sint32 yoff = pBroke->getYBreak();
    > >
    >
    >
    > __________________________________________________
    > Do you Yahoo!?
    > Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
    > http://mailplus.yahoo.com

    -- 
    j.m.maurer <j.m.maurer@student.utwente.nl>
    


    This archive was generated by hypermail 2.1.4 : Tue Dec 17 2002 - 19:09:03 EST