Juergen Vigna <[EMAIL PROTECTED]> writes:

| On 14-Mar-2001 Jean-Marc Lasgouttes wrote:
| 
| > And what about the other changes I see, like
| > -           if (line != "</cell>") {
| > +           if (!prefixIs(line, "</cell>")) {
| 
| > Should they be applied too?
| 
| Sorry Jean-Marc I forgot about them, YES the </xxx> should also be changed
| to check only the prefix because with getline as we have it now its
| </cell>\r instead of </cell>. Otherwise we could strip trailing \r in
| l_getline which may be the better solution. What do you think?

We should strip it.

        Lgb

Reply via email to