From: Brian West Date: Sun, 13 Jul 2008 19:24:32 +0000 (+0000) Subject: sigh.... X-Git-Tag: v1.0.1~156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a358cf8e24b2c14e09cf0d37c667573261b7a6d6;p=thirdparty%2Ffreeswitch.git sigh.... git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9011 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_cpp.cpp b/src/switch_cpp.cpp index 1a6337004e..46d2834152 100644 --- a/src/switch_cpp.cpp +++ b/src/switch_cpp.cpp @@ -373,7 +373,7 @@ SWITCH_DECLARE_CONSTRUCTOR DTMF::DTMF(char idigit, uint32_t iduration) digit = idigit; if (iduration == 0) { - iduration == SWITCH_DEFAULT_DTMF_DURATION; + iduration = SWITCH_DEFAULT_DTMF_DURATION; } duration = iduration;