提交 e778e284 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-7500: fix signed error

上级 ff145e98
......@@ -978,7 +978,7 @@ SWITCH_DECLARE(char *) switch_util_quote_shell_arg_pool(const char *string, swit
static inline uint32_t switch_parse_bandwidth_string(const char *bwv)
{
uint32_t bw = 0;
int32_t bw = 0;
if (!bwv) return 0;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论