Added missing function call to for sort order check

This commit is contained in:
marcinj 2013-02-20 11:03:57 +01:00
parent 2e6b5e7a23
commit 10c1785226

View File

@ -998,7 +998,7 @@ void PhraseTableCreator::FlushEncodedQueue(bool force)
if(force)
{
if(!m_lastSourceRange.size() || m_lastSourceRange.back() != m_lastFlushedSourcePhrase)
m_lastSourceRange.push_back(m_lastFlushedSourcePhrase);
m_lastSourceRange.push_back(MakeSourceKey(m_lastFlushedSourcePhrase));
if(m_lastCollection.size())
{