From ece13a8cf10e9afb576139411f450d8b37ec8e65 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 23 Apr 2007 04:42:16 +0000 Subject: Stubbed out an assert. --- util.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- cgit v1.2.3