type tweak

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2917 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2006-10-01 21:44:49 +00:00
parent 5a58605d21
commit d1ab8a446f
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ static int on_presence(void *user_data, ikspak *pak)
if (resource) { if (resource) {
for (x = 0; x < strlen(resource); x++) { for (x = 0; x < strlen(resource); x++) {
resource[x] = tolower(resource[x]); resource[x] = (char)tolower((int)resource[x]);
} }
} }