Skip to content

inkscape-0.92.3/src/libuemf/upmf.c: 2 * bad expression ?

inkscape-0.92.3/src/libuemf/upmf.c:6532]: (style) Boolean result is used in bitwise operation. Clarify expression with parentheses.

Source code is

if(!contents || !*contents | !X || !Y || !blimit){ return(0); }

Maybe better code

if(!contents || !*contents || !X || !Y || !blimit){ return(0); }

inkscape-0.92.3/src/libuemf/upmf.c:7994]: (style) Boolean result is used in bitwise operation. Clarify expression with parentheses.

Duplicate.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information