Increased an assertion's length limit
This commit is contained in:
parent
a98db79065
commit
11a9063958
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ string source_context(const path& file,
|
|||
return _("<no source context>");
|
||||
|
||||
assert(len > 0);
|
||||
assert(len < 2048);
|
||||
assert(len < 8192);
|
||||
|
||||
std::ostringstream out;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue