Commit d28dab76 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix compilation on old gcc

parent 91451739
......@@ -111,7 +111,7 @@ class String_with_limit
{
public:
String_with_limit() : size_limit(SIZE_MAX), truncated_len(0)
String_with_limit() : size_limit(SIZE_T_MAX), truncated_len(0)
{
str.length(0);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment