From 11a9063958ea84293fd74243a5391c0de20f3951 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 30 May 2011 17:41:35 -0500 Subject: Increased an assertion's length limit --- src/error.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/error.cc') diff --git a/src/error.cc b/src/error.cc index c6309702..02413ef6 100644 --- a/src/error.cc +++ b/src/error.cc @@ -90,7 +90,7 @@ string source_context(const path& file, return _(""); assert(len > 0); - assert(len < 2048); + assert(len < 8192); std::ostringstream out; -- cgit v1.2.3