GLS: Fix articles count in dictionary info

This commit is contained in:
Abs62 2017-03-15 17:44:21 +03:00
parent db3e0ab148
commit edf52a6fac

2
gls.cc
View file

@ -452,7 +452,7 @@ public:
{ return map< Dictionary::Property, string >(); }
virtual unsigned long getArticleCount() throw()
{ return idxHeader.wordCount; }
{ return idxHeader.articleCount; }
virtual unsigned long getWordCount() throw()
{ return idxHeader.wordCount; }