mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Fix copy-paste error (spotted by coverity)
This commit is contained in:
parent
24ef009aa8
commit
224bc7de6e
@ -380,7 +380,7 @@ docstring getLaTeXMarkup(docstring const & macro, Author const & author,
|
||||
"Choose an appropriate document encoding (such as utf8)\n"
|
||||
"or change the author initials."),
|
||||
uncodable_initials, author_initials_latexed.second));
|
||||
warned_author_initials.insert(uncodable_author);
|
||||
warned_author_initials.insert(uncodable_initials);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user