fixed: correct the usage of .Equals()
authorspiff <spiff@xbmc.org>
Wed, 21 Mar 2012 18:29:32 +0000 (19:29 +0100)
committerspiff <spiff@xbmc.org>
Wed, 21 Mar 2012 18:29:32 +0000 (19:29 +0100)
commit038ecf1764357439a44fff188b22cd34d52b30b5
tree267dbf1c7ddd87c345c941d1b786e95898e371f7
parent0ab662b7a74afab2f180ac562cc260d665c33e3a
fixed: correct the usage of .Equals()

.Equals() returns true/false, not the number of differing chars like
strcmp
xbmc/cores/paplayer/CodecFactory.cpp