summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.cc b/util.cc
index 4ad71be9..bda2eba4 100644
--- a/util.cc
+++ b/util.cc
@@ -79,7 +79,7 @@ string abbreviate(const string& str, unsigned int width,
if (len <= width)
return str;
- assert(width < 4095);
+ //assert(width < 4095);
char buf[4096];