Martin Vermeer <[EMAIL PROTECTED]> writes:

| Index: text2.C

| ===================================================================

| RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/text2.C,v

| retrieving revision 1.634

| diff -u -p -r1.634 text2.C

| --- text2.C   25 Oct 2005 09:14:11 -0000      1.634

| +++ text2.C   10 Nov 2005 17:35:09 -0000

| @@ -190,6 +190,13 @@ LyXFont LyXText::getFont(Paragraph const

|       if (!isMainText())

|               applyOuterFont(font);

|  

| +     pit_type pit = &par - &pars_[0];


No... this is in the ball park of pointer arithmetic

Hmm... I think I basically dislike all of this... passing pointers...
passing offset conversion one way, then the other...


-- 
        Lgb

Reply via email to