commit | 795ca0494c5ed1f343c09ffc73fc6bf0d178cdeb | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Aug 31 21:31:29 2018 +0200 |
committer | Alexander Graf <agraf@suse.de> | Sun Sep 23 21:55:29 2018 +0200 |
tree | f83fb67555f930a3eb97c85715c7d397cb241eb0 | |
parent | b8b6c811a5422530b59f5bf97eaee7c9719ce39a [diff] |
lib: vsprintf: correct printing of Unicode strings The width and precision of the printf() function refer to the number of characters not to the number of bytes printed. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>