fix bug in decode_rfc2047()
authorPhilipp Takacs <philipp@bureaucracy.de>
Fri, 12 Aug 2016 15:43:05 +0000 (17:43 +0200)
committerPhilipp Takacs <philipp@bureaucracy.de>
Fri, 12 Aug 2016 15:48:38 +0000 (17:48 +0200)
commit1afb651874175658357df5a065ebcf49ee28705f
tree300928e5f18dfcb065df7958a21555cb93e2f33c
parentd40c61859f24a638a770fff091630e5f1f22de2c
fix bug in decode_rfc2047()

If iconv() returns an error and the source encoding
is utf-8, the character jump has an of by one: the
source string is incresed by one possition more the
the length is decreased.
sbr/fmt_rfc2047.c