summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/decompress.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/decompress.c b/src/decompress.c
index ef64b76..6074db6 100644
--- a/src/decompress.c
+++ b/src/decompress.c
@@ -11,7 +11,6 @@ int main(int argc, char **argv) {
11// int infile = open("/Volumes/DasTelefonbuch/atb/phonebook.db", O_RDONLY); 11// int infile = open("/Volumes/DasTelefonbuch/atb/phonebook.db", O_RDONLY);
12 12
13 int infile = open( argv[1], O_RDONLY); 13 int infile = open( argv[1], O_RDONLY);
14 printf( "%i\n", infile );
15 14
16 unsigned const char xorkey [XORLEN] = "Just for Fun. Linus Torvalds."; 15 unsigned const char xorkey [XORLEN] = "Just for Fun. Linus Torvalds.";
17 unsigned char input [HUGEBLOCK]; 16 unsigned char input [HUGEBLOCK];