Stubbed out an assert.
This commit is contained in:
parent
8c6158be40
commit
ece13a8cf1
1 changed files with 1 additions and 1 deletions
2
util.cc
2
util.cc
|
|
@ -79,7 +79,7 @@ string abbreviate(const string& str, unsigned int width,
|
||||||
if (len <= width)
|
if (len <= width)
|
||||||
return str;
|
return str;
|
||||||
|
|
||||||
assert(width < 4095);
|
//assert(width < 4095);
|
||||||
|
|
||||||
char buf[4096];
|
char buf[4096];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue