FS-5331
This commit is contained in:
parent
9dcfc67dd0
commit
c4c2883c61
|
@ -2025,7 +2025,7 @@ static void switch_loadable_module_sort_codecs(const switch_codec_implementation
|
|||
#endif
|
||||
}
|
||||
|
||||
if (this_ptime != sorted_ptime) {
|
||||
if (i > 0 && strcasecmp(array[i]->iananame, array[i-1]->iananame) && this_ptime != sorted_ptime) {
|
||||
int j;
|
||||
int swapped = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue