Fix used-uninitialised warning in fmt_rfc2047.c
authorPeter Maydell <pmaydell@chiark.greenend.org.uk>
Mon, 20 Dec 2010 21:13:32 +0000 (21:13 +0000)
committerPeter Maydell <pmaydell@chiark.greenend.org.uk>
Mon, 20 Dec 2010 21:13:32 +0000 (21:13 +0000)
commita4e085dcc682da556af59d8b2c8a0afe44c6f257
tree26898c39a24f92ddc9d2fedbff7f24346995f472
parent93f22073ff22b277206b0481c1f8f076aee1656d
Fix used-uninitialised warning in fmt_rfc2047.c

Fix a used-uninitialised warning in fmt_rfc2047.c.
I don't think it can actually be used uninitialised, but the
code is too complicated for the compiler to realise this.

Signed-off-by: Peter Maydell <pmaydell@chiark.greenend.org.uk>
sbr/fmt_rfc2047.c