[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:

| Turn the #if on!
| On second thought, don't! I'd rather go through the sources and fix up
| the cases that expects this behaviour from getVectorFromString.

And that is -two- places!

 src/frontends/controllers/biblio.C:
     vector<string> authors =  getVectorFromString(author, " and");

src/mathed/math_extern.C:
     std::vector<string> tmp = getVectorFromString(out, "$$");

Perhaps one more that my grep did not catch. (in QBibtex.C)

These should not use getVectorFromString.

-- 
        Lgb


Reply via email to