Menu

#84 source/expression_filter.cpp: 2* bad expression ?

1.0.2
closed
nobody
None
5
2016-08-05
2016-08-05
dcb
No

1.

source/expression_filter.cpp:294]: (style) Expression '(X & 0x80) == 0x1' is always false.

Source code is

    if (found != code_point_index().end() ||
        std::isprint(c) == false ||
        (c & 0x80) == 1)
        return true;

2.

source/expression_filter.cpp:321]: (style) Expression '(X & 0x80) == 0x1' is always false.

Discussion

  • Sean Parent

    Sean Parent - 2016-08-05

    Latest sources are on github - however this issue appears in two places in the current code. Opened issue #54 for this:
    https://github.com/stlab/adobe_source_libraries/issues/54

     
  • Sean Parent

    Sean Parent - 2016-08-05
    • status: open --> closed
     

Log in to post a comment.