diff options
-rw-r--r-- | src/error.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/error.cc b/src/error.cc index 1ab92840..837d7499 100644 --- a/src/error.cc +++ b/src/error.cc @@ -88,7 +88,7 @@ string source_context(const path& file, return _("<no source context>"); assert(len > 0); - assert(len < 8192); + assert(len < 65536); std::ostringstream out; |