>>>>> "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());

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

JMarc

Reply via email to