compilation error with STRIPCHARS set
This commit is contained in:
parent
f897f087aa
commit
807fbab91f
@ -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>";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user