signedness error

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6493 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-12-04 16:52:24 +00:00
parent a3e25b6231
commit 621ce7bba1
1 changed files with 1 additions and 1 deletions

View File

@ -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;