From de8bde7be0a8ab99dbbf5cdbf6e5fc7fc582da01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Tue, 3 Sep 2013 15:24:40 -0300 Subject: Solved row overflow bug --- Print.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Print.hs') diff --git a/Print.hs b/Print.hs index d033bf2..81dd9d0 100644 --- a/Print.hs +++ b/Print.hs @@ -43,7 +43,7 @@ ppFlag FORWARDED = 'P' ppFlag DELETED = 'T' ppFlag (OTHERFLAG [c]) = c -ppSep = "\t" +ppSep = " " normalizeLen len cs = if (length cs > len) then shorten len cs -- cgit v1.2.3