summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAlexander Traud <pabstraud@compuserve.com>2018-01-05 12:51:47 +0100
committerCorey Farrell <git@cfware.com>2018-01-09 11:37:08 -0500
commit3a7d91725607b84274c068550096307f59e6b9f8 (patch)
treee23aa2c6982447ca33310590a63ed1f45985f9e5 /res
parent2f8ae566512897c97b3369bab3f07ff836f5ad1c (diff)
translate: Avoid absolute value on unsigned substraction.
ast_format_get_sample_rate(.) returns an unsigned type. The difference of a substraction between two unsigned types does not get implicitly converted to a signed type. Therefore, using abs(.) did not make sense. ASTERISK-27549 Change-Id: Ib904d9ee0d46b6fdd1476fbc464fbbf813304017
Diffstat (limited to 'res')
0 files changed, 0 insertions, 0 deletions