Fix for Windows 'min/max' bug

This commit is contained in:
Andreas Fabri
2012-01-19 08:22:09 +00:00
parent 0d56ed88dc
commit a3d7c19dbe
@@ -1220,7 +1220,7 @@ int main( int argc, char const* argv[] )
}
else
{
sOffsetCount = std::numeric_limits<size_t>::max() ;
sOffsetCount = (std::numeric_limits<size_t>::max)() ;
cout << "Repeared Offset set at " << sOffset << " until full depth" << endl ;
}
}