>>>>> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

>>>>> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
Martin> In the file text2.C around line 550 we find the following
Martin> code: while (cur.par() != send_cur.par()) { (17 lines)
Martin> cur.par(cur.par()->next()); } (functionally the same 17 lines,
Martin> AFAICS)

Martin> Do I miss something or could this be done simply by

Martin> do { (17 lines) cur.par(cur.par()->next()); } while (cur.par()
Martin> != send_cur.par());

Jean-Marc> I think you are right. And having two identical copies of
Jean-Marc> code is never good...

Could you do (and test) a patch?

JMarc

Reply via email to