]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix an error introduced by copying and pasting the handling of the >= operator
authorRussell Bryant <russell@russellbryant.com>
Mon, 25 Dec 2006 05:19:48 +0000 (05:19 +0000)
committerRussell Bryant <russell@russellbryant.com>
Mon, 25 Dec 2006 05:19:48 +0000 (05:19 +0000)
commitc355d9667bed47f9d17932c4faf9abbf12b2a4eb
tree7332ad9205bfd7554918fbf0f55a2f30e8e9ced9
parent847ddc1e2c4e869170c8aa86af974388122573bb
Fix an error introduced by copying and pasting the handling of the >= operator
for the MATH function.  If a single equal sign was used as an operator, the
function would treat it is as if it were the >= operator.  Now, it properly
handles it as an invalid operator.
(issue #8665, patch by tempest1)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@48955 65c4cc65-6c06-0410-ace0-fbb531ad65f3
funcs/func_math.c