diff --git a/src/switch_utils.c b/src/switch_utils.c index 0028b154a9..1db452ebba 100644 --- a/src/switch_utils.c +++ b/src/switch_utils.c @@ -58,7 +58,7 @@ SWITCH_DECLARE(switch_size_t) switch_fd_read_line(int fd, char *buf, switch_size SWITCH_DECLARE(char *) switch_amp_encode(char *s, char *buf, switch_size_t len) { char *p, *q; - int x = 0; + switch_size_t x = 0; assert(s); q = buf;