compilation error with STRIPCHARS set

This commit is contained in:
Jean-Francois Dockes 2013-01-13 09:02:48 +01:00
parent 3ac7972dab
commit bb438ef3a4

View file

@ -358,7 +358,11 @@ void ResListPager::displayPage(RclConfig *config)
map<string, vector<string> > spellings;
suggest(uterms, spellings);
if (!spellings.empty()) {
#ifndef RCL_INDEX_STRIPCHARS
if (o_index_stripchars) {
#else
if (true) {
#endif
chunk <<
trans("<p><i>Alternate spellings (accents suppressed): </i>")
<< "<br /><blockquote>";