FSCORE-646 core lib won't build for win32

This commit is contained in:
Jeff Lenk 2010-07-31 22:19:39 -05:00
parent 46e9704b04
commit 9327c99488
1 changed files with 1 additions and 1 deletions

View File

@ -2425,7 +2425,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_bind_dtmf_meta_session(switch_core_se
str[0] = meta;
if (atoi(str) == key) {
if (atoi(str) == (int)key) {
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "Invalid key %u, same as META CHAR\n", key);
return SWITCH_STATUS_FALSE;
}