Fixed minor typo bug.

git-svn-id: http://voip.null.ro/svn/yate@1036 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2006-09-14 17:19:21 +00:00
parent fb89ccf5cd
commit 8c540da1c3
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ public:
~YRTPConsumer();
virtual void Consume(const DataBlock &data, unsigned long tStamp);
inline void setSplitable()
{ m_splitable = (m_format == "alaw") || (m_format = "mulaw"); }
{ m_splitable = (m_format == "alaw") || (m_format == "mulaw"); }
private:
YRTPWrapper* m_wrap;
bool m_splitable;