CVSROOT: /cvs Module name: ports Changes by: [email protected] 2019/09/09 15:07:21
Added files:
x11/e17/elementary/patches:
patch-data_themes_widgets_flipselector_edc
Log message:
Remove UTF-8 non-breaking spaces that snuck in. embryo_cc's lexer
can't handle input bytes with the top bit set. On signed char
architectures they are accidentally skipped, on aarch64 the parser
later fails with an assert().
