summaryrefslogtreecommitdiff
path: root/bgrep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bgrep.cpp')
-rw-r--r--bgrep.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/bgrep.cpp b/bgrep.cpp
index f67b39f..30be341 100644
--- a/bgrep.cpp
+++ b/bgrep.cpp
@@ -2,6 +2,8 @@
#include <stdlib.h>
#include "fileutils.h"
+#define THRESHOLD 20480
+
int main(int argc, char ** argv) {
unsigned int p = strtol(argv[1], 0, 0);
char * fn = argv[2];