The branch, master, has been updated. - Log -----------------------------------------------------------------
commit 166deba79b9699cae10c605f8c08af4b159a744b Author: Richard Heck <[email protected]> Date: Sun Aug 5 17:31:00 2012 -0400 Wow, that last commit was dumb. So let's fix #8278 properly. diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index f70a0a9..f480ef7 100644 --- a/src/Paragraph.cpp +++ b/src/Paragraph.cpp @@ -2854,7 +2854,7 @@ docstring Paragraph::simpleLyXHTMLOnePar(Buffer const & buf, retval += inset->xhtml(xs, np); } } else { - char_type c = d->text_[getUChar(buf.params(), i)]; + char_type c = getUChar(buf.params(), i); if (style.pass_thru) xs << c; ----------------------------------------------------------------------- Summary of changes: src/Paragraph.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- The LyX Source Repository
