disable scramble's file IO
authorJoey Hess <joey@gnu.kitenet.net>
Sat, 11 Jul 2009 20:42:27 +0000 (16:42 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Sat, 11 Jul 2009 20:42:27 +0000 (16:42 -0400)
scramble.dir/scramble.c

index 978e06e8d877910afbccd7969127322b9e35ecaf..fc35ff8caefaa3c4d256732b1a0660e4e78ed1a1 100644 (file)
@@ -23,7 +23,7 @@
 #include <string.h> // for strlen()
 #include <time.h> // 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
This page took 0.010558 seconds and 4 git commands to generate.