From a49d78a9372299d6f5dcd530a0f1b573b30bb0c2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 11 Jul 2009 16:42:27 -0400 Subject: [PATCH] disable scramble's file IO --- scramble.dir/scramble.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scramble.dir/scramble.c b/scramble.dir/scramble.c index 978e06e..fc35ff8 100644 --- a/scramble.dir/scramble.c +++ b/scramble.dir/scramble.c @@ -23,7 +23,7 @@ #include // for strlen() #include // for time() -#define ALLOW_FILE_IO 1 +#define ALLOW_FILE_IO 0 /* strips 'reduction' characters from the end of the input string and returns the result -- 2.30.2