EugeneManushkin / CtagsSourceNavigator

Reworked Ctags Source Navigator plugin based on source code v0.93 beta compatible with Far3
GNU General Public License v2.0
16 stars 0 forks source link

Debug assertion failed, Expression c >= -1 && c <= 255 when loading tags file #56

Closed EugeneManushkin closed 4 years ago

EugeneManushkin commented 4 years ago

Assertion failed when parsing regular expression /^ 'В©': '(c)'$/;" which corresponds to following .js code:

    var LATIN_SYMBOLS_MAP = {
        'В©': '(c)'
    };

The problem is here:

static void ReplaceSpaces(std::string& str)
{
...
    if(isspace(str[i])) // str[i] = -62 'В'
...
EugeneManushkin commented 4 years ago

Fixed in build 2.1.0.50