Added empty test suite for testing rwops.

This commit is contained in:
Markus Kauppila 2011-08-04 20:45:12 +03:00
parent 716a42e945
commit 4ae611f924
6 changed files with 48 additions and 4 deletions

View file

@ -196,7 +196,7 @@ GenerateUnsignedBoundaryValues(const Uint64 maxValue,
tempBuf[index++] = boundary1 - 1;
}
if(boundary2 < maxValue) {
if(boundary2 < maxValue && boundary2 < UINT64_MAX) {
tempBuf[index++] = boundary2 + 1;
}
}