tweak build warning

This commit is contained in:
Jeff Lenk 2010-09-21 11:22:16 -05:00
parent a6e502bedf
commit 4ea1595481
1 changed files with 1 additions and 1 deletions

View File

@ -1566,7 +1566,7 @@ SWITCH_DECLARE(int) switch_loadable_module_get_codecs(const switch_codec_impleme
continue;
}
if (imp->microseconds_per_packet / 1000 == default_ptime) {
if (imp->microseconds_per_packet / 1000 == (int)default_ptime) {
array[i++] = imp;
goto found;
}