mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Accidentally overwrote this commit of Vincent's.
This commit is contained in:
parent
a8c05f20be
commit
a818ed0aab
@ -116,7 +116,7 @@ void AuthorList::recordCurrentAuthor(Author const & a)
|
||||
|
||||
Author const & AuthorList::get(int id) const
|
||||
{
|
||||
LBUFERR(id < (int)authors_.size());
|
||||
LASSERT(id < (int)authors_.size() , return authors_[0]);
|
||||
return authors_[id];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user