From 4eea3bc9a09d90187a025c0eb4462dbfdc4a8234 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 17 Sep 2009 17:05:39 +0000 Subject: human_readable.c (on linux) stopped working, so i had to comment out fts.h for no reason. i discovered a bug in static pattern writing that did not fill the buffer correctly. now it works fine. messing with the makefiles, but nothing much has changed --- human_readable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'human_readable.c') diff --git a/human_readable.c b/human_readable.c index 0a95c31..13bfecb 100644 --- a/human_readable.c +++ b/human_readable.c @@ -46,7 +46,7 @@ #include #include #include -#include +//#include #include "human_readable.h" -- cgit