TReKiE / msnp-sharp

Automatically exported from code.google.com/p/msnp-sharp
0 stars 0 forks source link

the color translator bug at line 310 in MSNPSharp.TextMessage #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the code of line 310 in MSNPSharp.TextMessage is 'if (color.Length >= 6)'.

when msnpsharp server recive a text message like this:
{MSG 0 N 149 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8
X-MMS-IM-Format: FN=Arial; EF=B; CO=8000; CS=86; PF=22}

the color parameter is '8000', and it indicates Green.but the color
parameter length is 4,so the color will always be black.

Original issue reported on code.google.com by Alcohol....@gmail.com on 4 Sep 2008 at 12:26

GoogleCodeExporter commented 9 years ago
fixed

Original comment by freezing...@gmail.com on 5 Sep 2008 at 2:56

GoogleCodeExporter commented 9 years ago

Original comment by hepha...@gmail.com on 23 Jan 2009 at 5:41