removed compiler warning

This commit is contained in:
MelwareDE 2009-02-09 18:28:16 +00:00
parent 55e6bef4d4
commit eeff524567
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ MESSAGE_EXCHANGE_ERROR capi_sendf(
for (i = 0; format[i]; i++) {
if (((p - (&msg[0])) + 12) >= sizeof(msg)) {
cc_log(LOG_ERROR, "capi_sendf: message too big (%d)\n",
(p - (&msg[0])));
(int)(p - (&msg[0])));
return 0x1004;
}
switch(format[i]) {