mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
FS-7500: fix signed error
This commit is contained in:
parent
3e323e3b09
commit
1bb8c0a8fc
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user