Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 372507 | Differences between
and this patch

Collapse All | Expand All

(-)common/libBuffer/include/CommonCharacterBuffer.h (-1 / +1 lines)
Lines 94-100 Link Here
94
		}
94
		}
95
95
96
		// Check if the buffer size is large enough
96
		// Check if the buffer size is large enough
97
		COLLADABU_ASSERT(getBytesAvailable() >= maxIntLength);
97
//		COLLADABU_ASSERT(getBytesAvailable() >= maxIntLength);
98
		if ( getBytesAvailable() < maxIntLength )
98
		if ( getBytesAvailable() < maxIntLength )
99
		{
99
		{
100
			//No chance to convert the double with this buffer
100
			//No chance to convert the double with this buffer

Return to bug 372507