The branch, master, has been updated. - Log -----------------------------------------------------------------
commit 319e35188a115b1015525479ea541b09c331c2d8 Author: Richard Heck <[email protected]> Date: Fri May 11 09:13:07 2012 -0400 Style. diff --git a/src/BiblioInfo.cpp b/src/BiblioInfo.cpp index 4efe508..bc46e17 100644 --- a/src/BiblioInfo.cpp +++ b/src/BiblioInfo.cpp @@ -561,7 +561,7 @@ docstring const BibTeXInfo::getLabel(BibTeXInfo const * const xref, Buffer const & buf, string const & format, bool richtext, docstring before, docstring after, docstring dialog, bool next) const { - docstring loclabel_; + docstring loclabel; /* if (!is_bibtex_) { @@ -572,12 +572,12 @@ docstring const BibTeXInfo::getLabel(BibTeXInfo const * const xref, */ int counter = 0; - loclabel_ = expandFormat(format, xref, counter, buf, richtext, + loclabel = expandFormat(format, xref, counter, buf, richtext, before, after, dialog, next); - if (!loclabel_.empty()) - loclabel_ = convertLaTeXCommands(loclabel_); - return loclabel_; + if (!loclabel.empty()) + loclabel = convertLaTeXCommands(loclabel); + return loclabel; } ----------------------------------------------------------------------- Summary of changes: src/BiblioInfo.cpp | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- The LyX Source Repository
