From: programatix <no...@gi...> - 2019-07-04 08:12:23
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 6b97071bb383cdc037a4a76fa4e82b6c4a3a6434 https://github.com/OpenSC/OpenSC/commit/6b97071bb383cdc037a4a76fa4e82b6c4a3a6434 Author: programatix <pro...@ms...> Date: 2019-07-04 (Thu, 04 Jul 2019) Changed paths: M src/ui/strings.c Log Message: ----------- Update strings.c The check condition is obviously wrong. It should check for EQUAL. The original bitwise check caused any other language to turn into DE because as long as a bit is filtered, it will hit. Commit: 130e9bb068401ec78461777695f3e3273fcc4a13 https://github.com/OpenSC/OpenSC/commit/130e9bb068401ec78461777695f3e3273fcc4a13 Author: programatix <pro...@ms...> Date: 2019-07-04 (Thu, 04 Jul 2019) Changed paths: M src/ui/strings.c Log Message: ----------- Update strings.c Compare: https://github.com/OpenSC/OpenSC/compare/3c1624676d48...130e9bb06840 |