Skip to content

Avoid undefined behaviour

coypoop requested to merge coypoop/fonttosfnt:master into master

Left shifting a negative is undefined. For consistency, use the equivalent form of multiplication for the positive numbers as well.

This fixes a compile warning from clang.

Merge request reports