]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Make mod_load_cmp() not as klunky.
authorRichard Mudgett <rmudgett@digium.com>
Wed, 1 May 2013 20:35:25 +0000 (20:35 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 1 May 2013 20:35:25 +0000 (20:35 +0000)
commit073e0e215a6d21fc5c14ce20abb6dfb34693e4b5
treec711cb21cc504768564353fcb313f41e0aa7eb39
parent5fec9b8d1f107311ac13f67e742001c46f84c945
Make mod_load_cmp() not as klunky.

There is a reason the heap comparison functions like qsort(), and other
comparison functions specify <0, >0, and =0 for the return values.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@387209 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/loader.c