this constant is ...F-ULL

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8769 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-06-05 19:07:02 +00:00
parent 65f6cfa9cf
commit 8f166ee7f7

View File

@ -735,7 +735,7 @@ SWITCH_STANDARD_APP(fifo_function)
while (switch_channel_ready(channel)) {
int x = 0, winner = -1;
switch_time_t longest = 0xFFFFFFFFFFFFFFFF / 2;
switch_time_t longest = (0xFFFFFFFFFFFFFFFFULL / 2);
uint32_t importance = 0, waiting = 0, most_waiting = 0;
pop = NULL;