mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-02 11:19:28 +00:00
signedness error
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6493 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
a3e25b6231
commit
621ce7bba1
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user