On Tue, Jul 14, 2009 at 8:29 PM, Ravi Mishra <[email protected]> wrote: > > rachTxQueue->queue[(delIndex + rachTxQueue->start) % > (petMaxUEInstancePerProcess+1)] > = rachTxQueue->queue[(delIndex + rachTxQueue->start + 1) % > (petMaxUEInstancePerProcess+1)];
Apart from a missing closing brace, that single equals looks highly suspicious given what's on the left hand side of it. -- PJH http://shabbleland.myminicity.com/com http://www.chavgangs.com/register.php?referer=9375
