TReKiE / msnp-sharp

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

Potential bug in MSNSLPMessage.FromMail #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I think there's a problem with this property.

public string FromMail { 
   get { 
      return To.Replace("<msnmsgr:", "").Replace(">", ""); 
   } 
} 

Notice it says "To.Replace", shouldn't it be "From.Replace" ?

Original issue reported on code.google.com by demonk...@gmail.com on 24 Nov 2008 at 9:52

GoogleCodeExporter commented 9 years ago
OMG.....

Fixed, thanks for reporting.

Original comment by freezing...@gmail.com on 24 Nov 2008 at 11:06

GoogleCodeExporter commented 9 years ago

Original comment by hepha...@gmail.com on 26 Nov 2008 at 10:21