Update for 2018 release

This commit is contained in:
Rumble
2018-01-10 02:56:13 +01:00
parent 0bb51e2bc2
commit 544afc796b
6 changed files with 28 additions and 252 deletions

View File

@@ -1049,7 +1049,6 @@ int search_help(const char *argument, int level)
while (level < help_table[mid].min_level && mid < (bot + top) / 2)
mid++;
if (strn_cmp(argument, help_table[mid].keywords, minlen) || level < help_table[mid].min_level)
break;