git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10878
d0543943-73ff-0310-b7d9-
9358b9ac24b2
if (offsets == NULL)
{
printf("** Failed to get %d bytes of memory for offsets vector\n",
- size_offsets_max * sizeof(int));
+ size_offsets_max * (int)sizeof(int));
yield = 1;
goto EXIT;
}
if (offsets == NULL)
{
printf("** Failed to get %d bytes of memory for offsets vector\n",
- size_offsets_max * sizeof(int));
+ size_offsets_max * (int)sizeof(int));
yield = 1;
goto EXIT;
}