diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2009-09-17 13:05:39 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2009-09-17 13:05:39 -0400 |
commit | 4eea3bc9a09d90187a025c0eb4462dbfdc4a8234 (patch) | |
tree | 817ee48ea97198f337252e9cb65ddb30e357dd6b /human_readable.c | |
parent | 8a7e1f1f3007136f06049a0b89d71dda70ab0a6f (diff) | |
download | NetNuke-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.c | 2 |
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" |