diff options
Diffstat (limited to 'util.cc')
-rw-r--r-- | util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]; |