From b2ee9d8b0c023750a1d9ad2afed8b1c3def454b1 Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Sun, 17 Aug 2008 21:28:09 +0200 Subject: Merge master into fixes. --- src/plist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plist.c') diff --git a/src/plist.c b/src/plist.c index ed09354..e64cff2 100644 --- a/src/plist.c +++ b/src/plist.c @@ -49,7 +49,7 @@ char* format_string(const char* buf, int cols, int depth) int i = 0; int j = 0; - assert(cols > 0); + assert(cols >= 0); assert(depth >= 0); // Inserts new lines and tabs at appropriate locations -- cgit v1.1-32-gdbae