Angus Leeming <[EMAIL PROTECTED]> writes: | On Thursday 07 March 2002 3:06 pm, Lars Gullik Bjønnes wrote: >> I have a new patch... This one also cleans up some questionable code. >> Should be equivalent to what we had earlier. > | string const abst = _("Abstract: "); | string const refs = _("References: "); | string const parlab = par->params().labelString();
certainly. | What was this supposed to do? | - string s = buffer.str(); | - if (s.rfind('\n') != string::npos) { | - string dummy; | - s = rsplit(buffer.str().c_str(), dummy, '\n'); It tried to find out how many chars after the last '\n'. | Do you want me to try it out or shall I wait for you to commit? I'll post a new patch in a few moments. That one you can try. -- Lgb