aboutsummaryrefslogtreecommitdiff
path: root/human_readable.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2009-09-17 13:05:39 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2009-09-17 13:05:39 -0400
commit4eea3bc9a09d90187a025c0eb4462dbfdc4a8234 (patch)
tree817ee48ea97198f337252e9cb65ddb30e357dd6b /human_readable.c
parent8a7e1f1f3007136f06049a0b89d71dda70ab0a6f (diff)
downloadNetNuke-4eea3bc9a09d90187a025c0eb4462dbfdc4a8234.tar.gz
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
Diffstat (limited to 'human_readable.c')
-rw-r--r--human_readable.c2
1 files changed, 1 insertions, 1 deletions
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 <stdlib.h>
#include <string.h>
#include <locale.h>
-#include <fts.h>
+//#include <fts.h>
#include "human_readable.h"