Replaced ULONG_LONG_MAX with the more portable (and standard) ULLONG_MAX

This commit is contained in:
Srivats P. 2011-10-21 22:11:38 +05:30
parent e5d2ccaa0f
commit 264b446410

View File

@ -319,7 +319,7 @@ _stop_no_more_pkts:
void AbstractPort::updatePacketListInterleaved()
{
int numStreams = 0;
quint64 minGap = ULONG_LONG_MAX;
quint64 minGap = ULLONG_MAX;
quint64 duration = quint64(1e9);
QList<quint64> ibg1, ibg2;
QList<quint64> nb1, nb2;